Explorar o código

fix Submit button not beeing a i18n key

Jannik Streidl hai 1 ano
pai
achega
11dcbb2e15
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>