Преглед изворни кода

fix Submit button not beeing a i18n key

Jannik Streidl пре 1 година
родитељ
комит
11dcbb2e15
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/lib/components/chat/Messages/RateComment.svelte

+ 1 - 1
src/lib/components/chat/Messages/RateComment.svelte

@@ -123,7 +123,7 @@
 				submitHandler();
 			}}
 		>
-			Submit
+		{$i18n.t('Submit')}
 		</button>
 	</div>
 </div>