Skip to content

Commit

Permalink
SHIBUI-1267 Updated translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 10, 2019
1 parent e0298a4 commit 2c27f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ label.filter-name=Filter Name
label.filter-enabled=Filter Enabled
label.filter-target=FilterTarget
label.filter-type=Filter Type
label.option=Option
label.value=Value
label.binding-type=Binding Type
label.sign-assertion=Sign Assertions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ <h2 class="title h4 m-0 flex-grow-1">
<div class="actions px-2">
<a class="edit-link change-view" [routerLink]="['../', 'edit', section.id]">
<i class="fa fa-edit"></i>
Edit
<span translate="action.edit">Edit</span>
</a>
</div>
</div>
<div class="d-flex border-bottom border-light border-2 p-2">
<strong class="w-50">Option</strong>
<strong class="w-50">Value</strong>
<strong class="w-50" translate="label.option">Option</strong>
<strong class="w-50" translate="label.value">Value</strong>
</div>
<object-property class="d-block" *ngIf="section" [property]="section"></object-property>
</div>
Expand Down

0 comments on commit 2c27f1c

Please sign in to comment.