From 0d4c918e8209b7410d59bbfce9c0126e247f05ac Mon Sep 17 00:00:00 2001 From: pochopsp <50794441+pochopsp@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:16:01 +0200 Subject: [PATCH] Update strings.js typo error with Italian 'hide-goal-button' There was a typo error in Italian translation of 'hide-goal-button'. It was "Nasconti obiettivo" but it should be "Nascondi obiettivo" --- src/js/intl/strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/intl/strings.js b/src/js/intl/strings.js index f6b29de7..5857b89a 100755 --- a/src/js/intl/strings.js +++ b/src/js/intl/strings.js @@ -1792,7 +1792,7 @@ exports.strings = { 'vi': 'Ẩn mục tiêu', 'sl_SI': 'Skrij Cilj', 'pl' : 'Ukryj cel', - 'it_IT': "Nasconti obiettivo", + 'it_IT': "Nascondi obiettivo", 'ta_IN': 'இலக்கை மறை' }, ///////////////////////////////////////////////////////////////////////////