Skip to content

Commit

Permalink
Fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 30, 2022
1 parent 0e0eff9 commit 0563ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 @@ -538,6 +538,7 @@ label.role=Role
label.configuration-management=Manage Shibboleth configurations
label.configuration-name=Shibboleth configuration sets
label.new-configuration=Create new configuration set
label.edit-configuration=Edit configuration set

message.delete-role-title=Delete Role?

Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/admin/container/EditConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function EditConfiguration() {
<div className="section-header bg-info p-2 text-white">
<div className="row justify-content-between">
<div className="col-md-12">
<span className="lead"><Translate value="label.new-configuration">Create new configuration set</Translate></span>
<span className="lead"><Translate value="label.edit-configuration">Edit configuration set</Translate></span>
</div>
</div>
</div>
Expand Down

0 comments on commit 0563ebd

Please sign in to comment.