Skip to content

Commit 6716929

Browse files
Small localization fix
1 parent 15fabaf commit 6716929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

angular/src/account/account.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div class="row">
1515
<div class="col-xs-12 text-center" style="color: #e9e9e9">
16-
<small>&copy; {{currentYear}} AbpProjectName. <b>Version </b> {{versionText}}</small>
16+
<small>&copy; {{currentYear}} AbpProjectName. <b>{{ "Version" | localize }} </b> {{versionText}}</small>
1717
</div>
1818
</div>
1919

angular/src/app/layout/sidebar-footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
&copy; {{currentYear}} <a href="javascript:void(0);">AbpProjectName</a>.
44
</div>
55
<div class="version">
6-
<b>Version </b> {{versionText}}
6+
<b>{{ "Version" | localize }} </b> {{versionText}}
77
</div>
88
</div>

0 commit comments

Comments
 (0)