From 0d4218e2e70c8e0f1ed0b4e10b71ee20c932f918 Mon Sep 17 00:00:00 2001 From: cany748 Date: Mon, 20 Jun 2022 18:03:49 +0700 Subject: [PATCH] Update i18n.js --- src/www/js/i18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/js/i18n.js b/src/www/js/i18n.js index aa82240a..422d8008 100644 --- a/src/www/js/i18n.js +++ b/src/www/js/i18n.js @@ -15,8 +15,8 @@ const messages = { // eslint-disable-line no-unused-vars deleteDialog2: 'This action cannot be undone.', cancel: 'Cancel', create: 'Create', - createdAt: 'Created at ', - lastSeen: 'Last seen at ', + createdAt: 'Created on ', + lastSeen: 'Last seen on ', totalDownload: 'Total Download: ', totalUpload: 'Total Upload: ', newClient: 'New Client',