Skip to content
Snippets Groups Projects
Commit 51e2c1f4 authored by Julian Pistorius's avatar Julian Pistorius
Browse files

Tweaks to 'remove all' confirmation

- Avoid hard-coded representation of 'Projects'
- Break small text into two separate rows. With the line-break the line
spacing looks to small to me.
parent ca2e2541
No related branches found
No related tags found
Loading
......@@ -99,7 +99,13 @@ headerView context sharedModel =
)
++ "?"
|> Text.body
, "Nothing will be deleted on the cloud, only from the view.\nProjects can be added back later" |> Text.text Text.Small []
, "Nothing will be deleted on the cloud, only from the view." |> Text.text Text.Small []
, (context.localization.unitOfTenancy
|> Helpers.String.pluralize
|> Helpers.String.toTitleCase
)
++ " can be added back later."
|> Text.text Text.Small []
]
, buttonText = Just "Remove"
, onConfirm = Just Logout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment