Browse Source

🐛 fix i18n string

jmacura 3 years ago
parent
commit
e41c259676
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/calculator/calculator.component.html

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

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