1
0
Fork 0
This commit is contained in:
ChaotiCryptidz 2022-04-24 13:06:21 +01:00
parent 75e096f6b5
commit ba6cc0d46c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -167,7 +167,7 @@ export class KeyValueEdit extends Component<DefaultPageProps> {
baseMount={baseMount}
secretPath={secretPath}
item={this.props.matches["item"]}
suffix={i18next.t("kv_new_suffix")}
suffix={i18next.t("kv_sec_edit_suffix")}
/>
<KVEditor
settings={this.props.settings}

View file

@ -52,7 +52,7 @@ export class KeyValueNew extends Component<DefaultPageProps> {
type="kv"
baseMount={baseMount}
secretPath={secretPath}
suffix={i18next.t("kv_sec_edit_suffix")}
suffix={i18next.t("kv_new_suffix")}
/>
<div>
<Form