Skip to content

Commit

Permalink
Merge pull request #4396 from rakekniven/master
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Aug 3, 2023
2 parents ec376e1 + b40b149 commit 9ecfb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/messages.pot
Expand Up @@ -113,7 +113,7 @@ msgstr ""
msgid "Hide password"
msgstr ""

msgid "Load more \"{options}\"\""
msgid "Load more \"{options}\""
msgstr ""

msgid "Message limit of {count} characters reached"
Expand Down
2 changes: 1 addition & 1 deletion src/components/NcRichText/NcReferencePicker/NcSearch.vue
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 9ecfb04

Please sign in to comment.