Skip to content

Commit

Permalink
fix: missed "element visibility" label
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Aug 24, 2023
1 parent 53b2cad commit 63f36a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/content/components/ProposalDetailsVisibility.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ defineProps<{
<chrome-i18n locale="uk">
{
"$schema": "https://json.schemastore.org/browser.i18n.json",
"label": {
"message": "Видимість елемента"
},
"selection_method": {
"message": "Спосіб вибору",
"description": "Тексти з налаштувань тригера «Видимість елемента»"
Expand All @@ -48,6 +51,9 @@ defineProps<{
<chrome-i18n locale="en">
{
"$schema": "https://json.schemastore.org/browser.i18n.json",
"label": {
"message": "Element visibility"
},
"selection_method": {
"message": "Selection Method",
"description": "Texts from the «Element visibility» trigger settings"
Expand Down Expand Up @@ -84,4 +90,4 @@ defineProps<{
small {
color: rgba(0, 0, 0, 0.54);
}
</style>
</style>

0 comments on commit 63f36a1

Please sign in to comment.