1
0
mirror of https://github.com/flarum/core.git synced 2025-10-15 00:44:40 +02:00

Extract leftover strings

Extracts strings that were missed previously in:
- Dashboard page of admin interface.
- Edit Custom CSS modal of admin interface.
- Settings modal of admin interface.
- Post activity list on user page of forum UI.
Hopefully there aren't any more!
This commit is contained in:
dcsjapan
2015-11-28 17:14:22 +09:00
parent b3a5822ddb
commit 4bfbf68bca
4 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ export default class SettingsModal extends Modal {
className="Button Button--primary"
loading={this.loading}
disabled={!this.changed()}>
Save Changes
{app.translator.trans('core.admin.settings.submit_button')}
</Button>
);
}