소스 검색

🐛 fix i18n string

jmacura 3 년 전
부모
커밋
e41c259676
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>