@@ -708,7 +708,6 @@
"deactivate_user_success": "{{username}}を無効化しました",
"remove_user_success": "{{username}}を削除しました",
"remove_external_user_success": "{{accountId}}を削除しました "
-
},
"user_group_management": {
@@ -20,9 +20,11 @@ class PresentationForm extends React.Component {
}
async onClickSubmit() {
+ const { t } = this.props;
+
try {
await this.props.markDownSettingContainer.updatePresentationSetting();
- toastSuccess('Success update Presentation setting');
+ toastSuccess(t('markdown_setting.updated_presentation'));
catch (err) {
toastError(err);