diff --git a/7-bank-project/1-template-route/README.md b/7-bank-project/1-template-route/README.md
index 84839c03..111b8929 100644
--- a/7-bank-project/1-template-route/README.md
+++ b/7-bank-project/1-template-route/README.md
@@ -247,9 +247,9 @@ function onLinkClick(event) {
Let's complete the navigation system by adding bindings to our *Login* and *Logout* links in the HTML.
```html
-Login
+Login
...
-Logout
+Logout
```
Using the [`onclick`](https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onclick) attribute bind the `click` event to JavaScript code, here the call to the `navigate()` function.
diff --git a/7-bank-project/1-template-route/translations/README.hi.md b/7-bank-project/1-template-route/translations/README.hi.md
index 1470b2ce..8c98307c 100644
--- a/7-bank-project/1-template-route/translations/README.hi.md
+++ b/7-bank-project/1-template-route/translations/README.hi.md
@@ -245,9 +245,9 @@ function onLinkClick(event) {
HTML में हमारे *लॉगिन* और *लॉगआउट* लिंक से बाइंडिंग जोड़कर नेविगेशन सिस्टम को पूरा करें।
```html
-Login
+Login
...
-Logout
+Logout
```
[`onclick`](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onclick) विशेषता का उपयोग करके जावास्क्रिप्ट कोड पर `click` ईवेंट को बांधें, यहाँ `navigate()` फ़ंक्शन पर कॉल करें।
diff --git a/7-bank-project/1-template-route/translations/README.it.md b/7-bank-project/1-template-route/translations/README.it.md
index fbf92f7e..98b07c2c 100644
--- a/7-bank-project/1-template-route/translations/README.it.md
+++ b/7-bank-project/1-template-route/translations/README.it.md
@@ -247,9 +247,9 @@ function onLinkClick(event) {
Si completa il sistema di navigazione aggiungendo collegamenti ai link di accesso (*Login*) e di disconnessione (*Logout*) nell'HTML.
```html
-Login
+Login
...
-Logout
+Logout
```
Utilizzando l 'attributo [`onclick`](https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onclick) associare l'evento `click` al codice JavaScript, in questo caso la chiamata alla funzione `navigate()` .
diff --git a/7-bank-project/1-template-route/translations/README.ja.md b/7-bank-project/1-template-route/translations/README.ja.md
index 376f7d00..aed9a830 100644
--- a/7-bank-project/1-template-route/translations/README.ja.md
+++ b/7-bank-project/1-template-route/translations/README.ja.md
@@ -247,9 +247,9 @@ function onLinkClick(event) {
HTML の *Login* と *Logout* リンクにバインディングを追加してナビゲーションシステムを完成させましょう。
```html
-Login
+Login
...
-Logout
+Logout
```
[`onclick`](https://developer.mozilla.org/ja/docs/Web/API/GlobalEventHandlers/onclick) 属性を使用して、`click` イベントを JavaScript コードにバインドし、ここでは `navigate()` 関数の呼び出しを行います。
diff --git a/7-bank-project/1-template-route/translations/README.ms.md b/7-bank-project/1-template-route/translations/README.ms.md
index f3b469ef..bd6cb097 100644
--- a/7-bank-project/1-template-route/translations/README.ms.md
+++ b/7-bank-project/1-template-route/translations/README.ms.md
@@ -247,9 +247,9 @@ function onLinkClick(event) {
Mari lengkapkan sistem navigasi dengan menambahkan pengikatan pada pautan *Login* dan *Logout* kami dalam HTML.
```html
-Login
+Login
...
-Logout
+Logout
```
Menggunakan atribut [`onclick`](https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onclick) mengikat peristiwa`klik` ke kod JavaScript, di sini panggilan ke `navigasi() `fungsi.
diff --git a/7-bank-project/1-template-route/translations/README.zh-tw.md b/7-bank-project/1-template-route/translations/README.zh-tw.md
index b69a485f..389d9ff0 100644
--- a/7-bank-project/1-template-route/translations/README.zh-tw.md
+++ b/7-bank-project/1-template-route/translations/README.zh-tw.md
@@ -248,9 +248,9 @@ function onLinkClick(event) {
現在我們完成應用程式的網頁訪問系統,在 HTML 檔的 *Login* 與 *Logout* 連結加入此函式。
```html
-Login
+Login
...
-Logout
+Logout
```
使用 [`onclick`](https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onclick) 屬性會將 `click` 事件連接到 JavaScript 程式碼中,這邊會再呼叫函式 `navigate()`。