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

Commit 384f7d7

Browse files
ghillertoodamien
authored andcommitted
gh-631 Change the description in manage-versions page
1 parent 75d8f76 commit 384f7d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ <h4 class="modal-title pull-left">
1414

1515
<div class="modal-body">
1616

17-
<p>This section lists all the available <strong>versions of the application</strong> and provides the control of
18-
<strong>unregister</strong> them
19-
and <strong>make a default version</strong>.</p>
17+
<p>
18+
This section lists all the <strong>versions available for an application</strong>.
19+
You can <strong>unregister</strong> an app or <strong>switch the default version</strong> of the application.
20+
</p>
2021

2122
<div style="text-align: center" *ngIf="application.versionOnError()">
2223
<div class="alert alert-danger" style="display: inline-block">

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<div class="description">
2020
<h1>Apps</h1>
2121
<p>
22-
This section lists all the available applications and provides the control to register/unregister them (if
23-
applicable).
22+
This section lists all the available applications. You can <strong>register</strong> or <strong>unregister</strong> applications.
2423
</p>
2524
<div class="hidden visible-xs-block visible-sm-block" *ngIf="!isAppsEmpty()" [appRoles]="['ROLE_CREATE']">
2625
<a class="btn btn-primary" (click)="registerApps()">Register application(s)</a>

0 commit comments

Comments
 (0)