Skip to content

Commit 7dd1a77

Browse files
author
Saket Hatwar
committed
ove
1 parent ebc5834 commit 7dd1a77

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

locale/hi/LC_MESSAGES/loris.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ msgstr "उन्नत फ़िल्टर दिखाएँ"
172172
msgid "Hide Advanced Filters"
173173
msgstr "उन्नत फ़िल्टर छुपाएँ"
174174

175+
msgid "Save"
176+
msgstr "सहेजें"
177+
175178
# Data table strings
176179
msgid "{{pageCount}} rows displayed of {{totalCount}}."
177180
msgstr "{{totalCount}} में से {{pageCount}} पंक्तियाँ प्रदर्शित"

locale/loris.pot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ msgstr ""
171171
msgid "Hide Advanced Filters"
172172
msgstr ""
173173

174+
msgid "Save"
175+
msgstr ""
176+
174177
# Data table strings
175178
msgid "{{pageCount}} rows displayed of {{totalCount}}."
176179
msgstr ""

modules/help_editor/jsx/helpEditorForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const HelpEditorForm = (props) => {
122122
className="btn btn-sm btn-primary"
123123
id="save-help"
124124
name="fire_away"
125-
value={t('Save', {ns: 'help_editor'})}
125+
value={t('Save', {ns: 'loris'})}
126126
type="submit"
127127
onClick={save}
128128
/>

modules/help_editor/jsx/help_editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class HelpEditor extends React.Component {
9696
// XXX: Replace this with a UI component for 500 errors.
9797
if (this.state.error) {
9898
return <h3>{t('An error occured while loading the page.',
99-
{ns: 'help_editor'})}</h3>;
99+
{ns: 'loris'})}</h3>;
100100
}
101101

102102
// Waiting for async data to load

modules/help_editor/locale/help_editor.pot

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ msgstr ""
3636
msgid "Open the help dialog to preview the changes."
3737
msgstr ""
3838

39-
msgid "Save"
40-
msgstr ""
41-
4239
msgid "Content update successful!"
4340
msgstr ""
4441

modules/help_editor/locale/hi/LC_MESSAGES/help_editor.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ msgstr "शीर्षक"
3636
msgid "Open the help dialog to preview the changes."
3737
msgstr "परिवर्तनों का पूर्वावलोकन करने के लिए सहायता संवाद खोलें।"
3838

39-
msgid "Save"
40-
msgstr "सहेजें"
41-
4239
msgid "Content update successful!"
4340
msgstr "सामग्री सफलतापूर्वक अपडेट की गई!"
4441

0 commit comments

Comments
 (0)