Skip to content

Commit

Permalink
Merge pull request #1 from rakekniven/rakekniven-patch-1
Browse files Browse the repository at this point in the history
fix(l10n): Remove quoting character
  • Loading branch information
rakekniven authored Aug 3, 2023
2 parents ec376e1 + 364dfaf commit 9c0beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcRichText/NcReferencePicker/NcSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<span v-if="option.isLoading" class="option-simple-icon icon-loading-small" />
<DotsHorizontalIcon v-else class="option-simple-icon" :size="20" />
<span class="option-text">
{{ t('Load more "{options}""', { options: option.name }) }}
{{ t('Load more "{options}"', { options: option.name }) }}
</span>
</span>
</template>
Expand Down

0 comments on commit 9c0beef

Please sign in to comment.