Browse Source

🐛 fix i18n string

jmacura 3 năm trước cách đây
mục cha
commit
e41c259676
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/app/calculator/calculator.component.html

+ 1 - 1
src/app/calculator/calculator.component.html

@@ -4,7 +4,7 @@
     <extra-buttons>
       <!-- LOADER -->
       <div class="spinner-border spinner spinner-sm mx-2" role="status"
-        title="hsLanguageService.getTranslationIgnoreNonExisting('CALCULATOR', 'loading')"
+        [title]="hsLanguageService.getTranslationIgnoreNonExisting('CALCULATOR', 'loading')"
         *ngIf="calcService.lpisLoading">
         <span class="visually-hidden">{{hsLanguageService.getTranslationIgnoreNonExisting('CALCULATOR',
           'loading')}}...</span>