Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ msgstr ""
msgid "Close sidebar"
msgstr ""

msgid "Close smart picker"
msgid "Close Smart Picker"
msgstr ""

msgid "Collapse menu"
Expand Down Expand Up @@ -176,10 +176,10 @@ msgstr ""
msgid "Search results"
msgstr ""

msgid "Select a link provider"
msgid "Select a tag"
msgstr ""

msgid "Select a tag"
msgid "Select provider"
msgstr ""

msgid "Settings"
Expand All @@ -191,7 +191,7 @@ msgstr ""
msgid "Show password"
msgstr ""

msgid "Smart picker"
msgid "Smart Picker"
msgstr ""

msgid "Smileys & Emotion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
return {
selectedProvider: null,
query: '',
multiselectPlaceholder: t('Select a link provider'),
multiselectPlaceholder: t('Select provider'),
}
},
computed: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
selectedProvider: this.initialProvider,
backButtonTitle: t('Back to provider selection'),
closeButtonTitle: t('Close'),
closeButtonLabel: t('Close smart picker'),
closeButtonLabel: t('Close Smart Picker'),
}
},
computed: {
Expand All @@ -112,7 +112,7 @@ export default {
modalTitle() {
return this.isProviderSelected
? this.selectedProvider.title
: t('Smart picker')
: t('Smart Picker')
},
},
mounted() {
Expand Down