Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/src/app/user/user.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@
</ion-col>
</ion-row>
</ion-grid>
</ion-content>
</ion-content>
4 changes: 0 additions & 4 deletions ui/src/app/user/user.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ export class UserComponent implements OnInit {
this.enableAndDisableFormFields();
}

public getEditButtonText(): string {
return this.isEditModeDisabled ? "General.EDIT" : "General.RESET";
}

public enableAndDisableFormFields(): boolean {
this.userInformationFields = this.userInformationFields.map(field => {
field.props.disabled = !field.props.disabled;
Expand Down
2 changes: 2 additions & 0 deletions ui/src/assets/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@
"title": "OpenEMS"
},
"General": {
"EDIT": "編集",
"RESET": "リセット",
"active": "有効",
"actualPower": "e-car充電",
"apply": "適用",
Expand Down