1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Tweak spacing between words in confirmation dialog

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-07-12 11:00:02 +03:00
parent 148968be59
commit da6eee05a6
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ class NonInjectedHelmReleaseMenu extends React.Component<HelmReleaseMenuProps &
removeConfirmationMessage={() => (
<p>
Remove Helm Release
{" "}
<b>{release.name}</b>
?
</p>

View File

@ -77,6 +77,7 @@ class NonInjectedHelmReleases extends Component<Dependencies> {
<div>
<>
Remove
{" "}
<b>{releaseNames}</b>
?
</>