From 3ac67c4a7467ee341a0caa787f9043c5e5e06bc7 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 1 Dec 2017 17:51:29 +0800 Subject: [PATCH] fix(string): fixed translate string. --- modules/core/client/app/trans-string-en.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 7147c078..65c00d05 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -526,7 +526,7 @@ GROUP_FOUNDER: 'Founder: ', BTN_EDIT_DESC: 'Edit Desc', BTN_ADD_USER: 'Add Member', - BTN_REMOVE_GROUP: 'Remove Group', + BTN_REMOVE_GROUP: 'Delete Group', MAKER_TORRENTS_LIST_ERROR: 'Maker group torrents list error', MAKER_TORRENTS_IS_LOADING: 'Maker group torrents is loading...', MAKER_TORRENTS_IS_EMPTY: 'No torrents of this maker group is founded!', @@ -566,7 +566,7 @@ ALREADY_IN: '(Already In)', NO_COLLECTION: 'No collection founded can insert movie, you can create first, then insert this movie into it.', BTN_EDIT_OVERVIEW: 'Edit Overview', - BTN_REMOVE_COLLECTION: 'Remove Collection', + BTN_REMOVE_COLLECTION: 'Delete Collection', BTN_REMOVE_FROM_COLLECTION: 'Remove', BTN_REMOVE_TITLE: 'Remove From Collection', DELETE_CONFIRM_BODY_TEXT: 'Are you sure want to delete this collection?',