Skip to content

Commit

Permalink
fix: inconsistent-displayname of en updateTime (#1735)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Shen <ericshenyuhao@outlook.com>
  • Loading branch information
ericsyh authored Apr 15, 2021
1 parent 4b86ef2 commit 068f064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/locales/en-US/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
'component.global.sendTimeout': 'Send Timeout',
'component.global.receiveTimeout': 'Receive Timeout',
'component.global.name': 'Name',
'component.global.updateTime': 'UpdateAt',
'component.global.updateTime': 'Update Time',
'component.global.form.itemExtraMessage.nameGloballyUnique': 'Name should be globally unique',
'component.global.input.placeholder.description': 'Please enter the description for this route, max 256 characters',
// User component
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Upstream/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
'page.upstream.list.name': 'Name',
'page.upstream.list.type': 'Type',
'page.upstream.list.description': 'Description',
'page.upstream.list.edit.time': 'Updated At',
'page.upstream.list.edit.time': 'Update Time',
'page.upstream.list.operation': 'Operation',
'page.upstream.list.edit': 'Configure',
'page.upstream.list.confirm.delete': 'Are you sure to delete ?',
Expand Down

0 comments on commit 068f064

Please sign in to comment.