Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace core.admin.basics translations that no longer exist #82

Merged
merged 1 commit into from Apr 30, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

5,625 changes: 3,220 additions & 2,405 deletions js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/src/admin/components/Modals/SelectCategoriesModal.js
Expand Up @@ -125,7 +125,7 @@ export default class SelectCategoriesModal extends Modal {
{
type: "success",
},
app.translator.trans("core.admin.basics.saved_message")
app.translator.trans("core.admin.settings.saved_message")
);

this.hide();
Expand Down
4 changes: 2 additions & 2 deletions js/src/admin/pages/BlogSettings.js
Expand Up @@ -326,7 +326,7 @@ export default class BlogSettings extends ExtensionPage {
onclick={() => this.save()}
disabled={!this.hasChanges}
>
{app.translator.trans("core.admin.basics.submit_button")}
{app.translator.trans("core.admin.settings.submit_button")}
</Button>
</div>
</div>
Expand Down Expand Up @@ -355,7 +355,7 @@ export default class BlogSettings extends ExtensionPage {
app.alerts.show(
Alert,
{ type: "success" },
app.translator.trans("core.admin.basics.saved_message")
app.translator.trans("core.admin.settings.saved_message")
);
})
.catch(() => {})
Expand Down