Skip to content

Commit

Permalink
ui: update job description text and capitalization
Browse files Browse the repository at this point in the history
Changed job description for online restore from 'restored data' to
'backup data' and set capitalization to only first letter.

Epic: none

Release note: none
  • Loading branch information
kev-cao committed May 6, 2024
1 parent 6951ba0 commit 759faf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ui/workspaces/cluster-ui/src/jobs/jobs.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
}

&__status,
&__running-status {
text-transform: capitalize;
&__running-status:first-letter {
text-transform: uppercase;
}
&__progress {
display: flex;
Expand Down

0 comments on commit 759faf2

Please sign in to comment.