diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index bfdc373e0..005d810bd 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1347,5 +1347,6 @@ "OnlyInitialDeploy": "Only initial deployment", "Uninstall": "Uninstall", "Summary": "Summary", + "removeWarningMsg": "Are you sure you want to remove", "UnFavoriteSucceed": "Unfavorite Successful" } diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index c8f1f57cd..da2d0eb03 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1346,5 +1346,6 @@ "OnlyInitialDeploy": "仅初始化配置", "Uninstall": "卸载", "Summary": "汇总", + "removeWarningMsg": "你确定要移除", "UnFavoriteSucceed": "取消收藏成功" }