navbar_alerts: Update text on "Complete your organization profile" banner.

Previously, the reason to complete the organization profile on the banner
wasn't clear and at times confusing. With the updated wording, it clears
up the confusion and improves the explaination of "why" as well.

Fixes: #24122.
This commit is contained in:
Joelute 2023-08-11 13:58:56 -04:00 committed by Tim Abbott
parent eb78264162
commit 2b9e36ab48
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div data-step="1">
{{#tr}}
Complete the <z-link>organization profile</z-link>
to brand and explain the purpose of this Zulip organization.
Complete your <z-link>organization profile</z-link>,
which is displayed on your organization's registration and login pages.
{{#*inline "z-link"}}<a class="alert-link" href="#organization/organization-profile">{{> @partial-block}}</a>{{/inline}}
{{/tr}}
</div>