Skip to content

Commit

Permalink
fix: rename 'Preinstalled core apps' to 'Core apps'
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Jun 17, 2021
1 parent 0110d3a commit 3c6f697
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2021-06-17T11:03:35.399Z\n"
"PO-Revision-Date: 2021-06-17T11:03:35.399Z\n"
"POT-Creation-Date: 2021-06-17T15:35:55.660Z\n"
"PO-Revision-Date: 2021-06-17T15:35:55.660Z\n"

msgid "Version {{version}} installed"
msgstr "Version {{version}} installed"
Expand Down Expand Up @@ -101,8 +101,8 @@ msgstr "No apps found"
msgid "No apps match your criteria"
msgstr "No apps match your criteria"

msgid "Preinstalled core apps"
msgstr "Preinstalled core apps"
msgid "Core apps"
msgstr "Core apps"

msgid "Custom apps"
msgstr "Custom apps"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Sidebar = () => (
<Menu>
{showCoreApps(useConfig().serverVersion) ? (
<SidebarItem
label={i18n.t('Preinstalled core apps')}
label={i18n.t('Core apps')}
path="/"
exactMatch={true}
/>
Expand Down

0 comments on commit 3c6f697

Please sign in to comment.