Browse Source

fix Submit button not beeing a i18n key

Jannik Streidl 1 năm trước cách đây
mục cha
commit
11dcbb2e15
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>