diff --git a/src/UI/UITaskbar.js b/src/UI/UITaskbar.js
index 2184f4c4..cefb7878 100644
--- a/src/UI/UITaskbar.js
+++ b/src/UI/UITaskbar.js
@@ -118,8 +118,7 @@ async function UITaskbar(options){
// -------------------------------------------
if(window.launch_apps.recommended.length > 0){
// heading
- apps_str += `
Recommended
`;
-
+ apps_str += `${i18n('recommended')}
`;
// apps
apps_str += ``;
for (let index = 0; index < window.launch_apps.recommended.length; index++) {
diff --git a/src/i18n/translations/en.js b/src/i18n/translations/en.js
index aa04ddeb..7e46af1a 100644
--- a/src/i18n/translations/en.js
+++ b/src/i18n/translations/en.js
@@ -180,6 +180,7 @@ const en = {
puter_description: `Puter is a privacy-first personal cloud to keep all your files, apps, and games in one
secure place, accessible from anywhere at any time.`,
recent: "Recent",
+ recommended: "Recommended",
recover_password: "Recover Password",
refer_friends_c2a: "Get 1 GB for every friend who creates and confirms an account on Puter. Your friend will get 1 GB too!",
refer_friends_social_media_c2a: `Get 1 GB of free storage on Puter.com!`,
diff --git a/src/i18n/translations/ko.js b/src/i18n/translations/ko.js
index 3e431533..f9f2c8f6 100644
--- a/src/i18n/translations/ko.js
+++ b/src/i18n/translations/ko.js
@@ -126,6 +126,7 @@ const ko = {
publish: "게시",
publish_as_website: '웹사이트로 게시',
recent: "최근",
+ recommended: "추천",
recover_password: "비밀번호 찾기",
refer_friends_c2a: "Puter에서 계정을 생성하고 확인한 친구마다 1GB를 받으십시오. 친구도 1GB를 받게 됩니다!",
refer_friends_social_media_c2a: `Puter.com에서 1GB의 무료 저장 공간을 받으십시오!`,