diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index caceb079c..606152a71 100755 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -955,8 +955,8 @@ unzip_status=Unzip Status collection_num=Collection Nums current_dataset=Current Dataset linked_dataset=Linked Dataset -unfavorite=Unfavorite -favorite=Favorite +unfavorite=Unlike +favorite=Like disassociate=Disassociate benchmark_dataset_tip=Note: first use the dataset function to upload the model, and then select the model from the dataset list. diff --git a/web_src/js/features/i18nVue.js b/web_src/js/features/i18nVue.js index dbd426dd0..dbb3046c5 100644 --- a/web_src/js/features/i18nVue.js +++ b/web_src/js/features/i18nVue.js @@ -137,9 +137,9 @@ export const i18nVue = { speech_synthesis: "speech synthesis", current_dataset: "Current Dataset", linked_datasets: "Linked Datasets", - unfavorite: "Unfavorite", - favorite: "Favorite", - disassociate: "Disassociate", + unfavorite: "UnLike", + favorite: "Like", + disassociate: "Unlink", public_dataset: "Public Dataset", selected_data_file: "Selected DataSets", sure: "Ok",