Skip to content

Commit

Permalink
update possible banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Vega committed Sep 5, 2024
1 parent 67cd1e1 commit 1eab758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supplemental_ui/partials/possible-banner.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
if (language === 'ja'){
document.getElementById("title") && (document.getElementById("title").textContent = '注目のイベント');
document.getElementById("description") && (document.getElementById("description").textContent = 'イメージして、想像して、創造する… テラデータが実現します。私たちと一緒に参加しよう。');
document.getElementById("description") && (document.getElementById("description").textContent = '想像し、思い描き、実現する... Teradata ならそれが可能です。参加しませんか');
document.getElementById("register") && (document.getElementById("register").textContent = '今すぐ登録');
}
}
Expand Down

0 comments on commit 1eab758

Please sign in to comment.