Skip to content

Commit

Permalink
Fix for 14924 - Unformatted help text toast message (#14990)
Browse files Browse the repository at this point in the history
Fix for 14924  - Unformatted help text is popped out when peers for intances are changed

Co-authored-by: David O Neill <[email protected]>
  • Loading branch information
dmzoneill and David O Neill authored Mar 14, 2024
1 parent 393d9c3 commit d903c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function InstancePeerList({ setBreadcrumb }) {
fetchPeers();
addToast({
id: instancesPeerToAssociate,
title: t`Peers update on ${instance.hostname}. Please be sure to run the install bundle for ${instance.hostname} again in order to see changes take effect.`,
title: t`Please be sure to run the install bundle for the selected instance(s) again in order to see changes take effect.`,
variant: AlertVariant.success,
hasTimeout: true,
});
Expand Down

0 comments on commit d903c52

Please sign in to comment.