Ver Fonte

fix Submit button not beeing a i18n key

Jannik Streidl há 1 ano atrás
pai
commit
11dcbb2e15
1 ficheiros alterados com 1 adições e 1 exclusões
  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>