Skip to content

Commit

Permalink
feat(vrack-services): fix display title of edit modal
Browse files Browse the repository at this point in the history
  • Loading branch information
soufien mhelhali committed Dec 17, 2024
1 parent f004adf commit 5a9a764
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export default function EditEndpointDisplayName() {
<UpdateIamNameModal
closeModal={onClose}
inputLabel={t('endpointUpdateDisplayNameInputLabel')}
headline={t('modalEndpointUpdateHeadline')}
headline={t('modalEndpointUpdateHeadline', {
name: resource?.name,
})}
description={t('modalEndpointUpdateDescription')}
defaultValue={resource?.displayName}
resourceName={resource?.name}
Expand Down

0 comments on commit 5a9a764

Please sign in to comment.