diff --git a/translations/en/dashboard.json b/translations/en/dashboard.json index 583145f..3408f58 100644 --- a/translations/en/dashboard.json +++ b/translations/en/dashboard.json @@ -6,7 +6,7 @@ "recentFrontingHistory": "Recently switched out", "messageBoard": { "header": "Message board", - "add": "Add to message board", - "view": "View more..." + "add": "Add to board", + "view": "View more" } } diff --git a/translations/it/dashboard.json b/translations/it/dashboard.json index c71e25e..ccd2035 100644 --- a/translations/it/dashboard.json +++ b/translations/it/dashboard.json @@ -6,7 +6,7 @@ "recentFrontingHistory": "Uscitə dal front recentemente", "messageBoard": { "header": "Bacheca dei messaggi", - "add": "Aggiungi alla bacheca", - "view": "Vedi di più..." + "add": "Aggiungi messaggio", + "view": "Vedi tutti" } } diff --git a/translations/ro/dashboard.json b/translations/ro/dashboard.json index 9aa8112..5431ff7 100644 --- a/translations/ro/dashboard.json +++ b/translations/ro/dashboard.json @@ -7,6 +7,6 @@ "messageBoard": { "header": "Tabla de mesaje", "add": "Adăugați pe tabla de mesaje", - "view": "Vedeți mai multe..." + "view": "Vedeți mai multe" } }