From 0dca6d1034046948e352ac5cc0a8892da79afacf Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Sat, 17 Mar 2018 20:25:48 -0600 Subject: [PATCH] web-ui: Add missing translations --- web-ui/src/app/app.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-ui/src/app/app.component.ts b/web-ui/src/app/app.component.ts index 0f12248..841b7f2 100644 --- a/web-ui/src/app/app.component.ts +++ b/web-ui/src/app/app.component.ts @@ -35,9 +35,10 @@ export class AppComponent { // messages 'message.serverUnavailable': 'The server unavailable, please try again in a minute', - 'message.unknownError': 'Unknown error, please try again in a minute', + 'message.unknownErrors': 'Unknown error, please try again in a minute', 'message.transactionNotFound': 'Transaction not found', 'message.addressNotFound': 'Address not found', + 'message.blockNotFound': 'Block not found', // actions 'action.find': 'Find',