We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fabaf commit 6716929Copy full SHA for 6716929
angular/src/account/account.component.html
@@ -13,7 +13,7 @@
13
14
<div class="row">
15
<div class="col-xs-12 text-center" style="color: #e9e9e9">
16
- <small>© {{currentYear}} AbpProjectName. <b>Version </b> {{versionText}}</small>
+ <small>© {{currentYear}} AbpProjectName. <b>{{ "Version" | localize }} </b> {{versionText}}</small>
17
</div>
18
19
angular/src/app/layout/sidebar-footer.component.html
@@ -3,6 +3,6 @@
3
© {{currentYear}} <a href="javascript:void(0);">AbpProjectName</a>.
4
5
<div class="version">
6
- <b>Version </b> {{versionText}}
+ <b>{{ "Version" | localize }} </b> {{versionText}}
7
8
0 commit comments