Skip to content

Commit

Permalink
console: Fix missing shared message reactivateSuccess
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamescompton committed Nov 26, 2024
1 parent ec18c6a commit fa89363
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webui/lib/shared-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ export default defineMessages({
scanGatewayQR: 'Scan gateway QR code',
redirecting: 'Redirecting…',
refresh: 'Refresh',
reactivateSuccess: 'Successfully reactivated',
registerEndDevice: 'Register end device',
registerDeviceInApplication: 'Register end device in an application',
registerGateway: 'Register gateway',
Expand Down
1 change: 1 addition & 0 deletions pkg/webui/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@
"lib.shared-messages.scanGatewayQR": "Scan gateway QR code",
"lib.shared-messages.redirecting": "Redirecting…",
"lib.shared-messages.refresh": "Refresh",
"lib.shared-messages.reactivateSuccess": "Successfully reactivated",
"lib.shared-messages.registerEndDevice": "Register end device",
"lib.shared-messages.registerDeviceInApplication": "Register end device in an application",
"lib.shared-messages.registerGateway": "Register gateway",
Expand Down
1 change: 1 addition & 0 deletions pkg/webui/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@
"lib.shared-messages.scanGatewayQR": "",
"lib.shared-messages.redirecting": "リダイレクト中...",
"lib.shared-messages.refresh": "リフレッシュ",
"lib.shared-messages.reactivateSuccess": "",
"lib.shared-messages.registerEndDevice": "エンドデバイスの登録",
"lib.shared-messages.registerDeviceInApplication": "",
"lib.shared-messages.registerGateway": "ゲートウェイの登録",
Expand Down

0 comments on commit fa89363

Please sign in to comment.