From ebd8ff645795fd0322eab0bb7be35c9f578aac37 Mon Sep 17 00:00:00 2001 From: DontUseGithub <57924087+DontUseGithub@users.noreply.github.com> Date: Mon, 3 Feb 2020 01:32:27 +0200 Subject: [PATCH] text rewording > The username is a unique identifier of your account on this and all the other instances. this is true if we consider "john@domain.com" as "an account". If by "an account" you only mean "john" then the text needs to be changed to something like: > The username is a unique identifier of your account on this instances. Together with the domain name - it becomes unique across all instances. In any case, English native speakers I'm open to suggestions on how to improve this :) --- .../src/app/+signup/+register/register-step-user.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/+signup/+register/register-step-user.component.html b/client/src/app/+signup/+register/register-step-user.component.html index a2a657660..da8f9f8de 100644 --- a/client/src/app/+signup/+register/register-step-user.component.html +++ b/client/src/app/+signup/+register/register-step-user.component.html @@ -29,7 +29,7 @@
- The username is a unique identifier of your account on this instance. It's like an address mail, so other people can find you. + The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to find it.
-- 2.25.1