Skip to content

Commit

Permalink
[5.x] Make label on Add Set button localizable (#10216)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored May 29, 2024
1 parent c7a81db commit cbf5e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'w-2 h-2 text-gray-700 dark:text-dark-200 group-hover:text-black dark:group-hover:dark-text-100 transition duration-150': !last
}" />
</button>
<span class="text-sm dark:text-dark-175">{{ label }}</span>
<span class="text-sm dark:text-dark-175">{{ __(label) }}</span>
</div>
</template>
</set-picker>
Expand Down

0 comments on commit cbf5e71

Please sign in to comment.