Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 863ae66

Browse files
committed
Found one misspelling
1 parent 3f2b10f commit 863ae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/apps/apps.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 [ngBusy]="busy">Apps</h1>
88
<button id="registerApplicationButton" type="button" (click)="registerApps()"
99
class="btn btn-default" [appRoles]="['ROLE_CREATE']"
1010
><span class="glyphicon glyphicon-plus"></span>
11-
<span class="hidden-xs">Register Applicati18on(s)</span>
11+
<span class="hidden-xs">Register Application(s)</span>
1212
</button>
1313

1414
<app-tri-state-button *ngIf="appRegistrations?.items" class="toggle-all" [appRoles]="['ROLE_CREATE']"

0 commit comments

Comments
 (0)