Skip to content

Commit

Permalink
fix: rc
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <[email protected]>
  • Loading branch information
fsamin committed May 21, 2021
1 parent 841f5c5 commit 639834c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export class ConsumerDetailsModalComponent {
}
if (this.consumer.validity_periods.length > 0) {
this.menuItems.push(<Item>{
translate: 'Validity periods',
translate: 'validity_periods',
key: 'validity_periods'
});
}
Expand Down
1 change: 1 addition & 0 deletions ui/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@
"auth_consumer_details_modal_title": "Details for consumer '{{name}}'",
"auth_consumer_create_modal_title": "Create a new consumer",
"auth_consumer_create_modal_info_groups": "Let groups selection empty to create consumer with wildcard access on groups.",
"validity_periods": "Validity periods",
"vcs_connection": "Connection:",
"vcs_user": "User: ",
"vcs_password": "Password: ",
Expand Down

0 comments on commit 639834c

Please sign in to comment.