[Glitch] Add profile setup to onboarding in web UI

Port d67bd44ca1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2023-11-15 12:13:53 +01:00
committed by Claire
parent 3425b99a9a
commit bacb9134cc
16 changed files with 504 additions and 415 deletions

View File

@@ -51,7 +51,7 @@ export default class Retention extends PureComponent {
let content;
if (loading) {
content = <FormattedMessage id='loading_indicator.label' defaultMessage='Loading...' />;
content = <FormattedMessage id='loading_indicator.label' defaultMessage='Loading' />;
} else {
content = (
<table className='retention__table'>