mirror of https://github.com/zulip/zulip.git
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:
parent
eb78264162
commit
2b9e36ab48
|
@ -1,7 +1,7 @@
|
||||||
<div data-step="1">
|
<div data-step="1">
|
||||||
{{#tr}}
|
{{#tr}}
|
||||||
Complete the <z-link>organization profile</z-link>
|
Complete your <z-link>organization profile</z-link>,
|
||||||
to brand and explain the purpose of this Zulip organization.
|
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}}
|
{{#*inline "z-link"}}<a class="alert-link" href="#organization/organization-profile">{{> @partial-block}}</a>{{/inline}}
|
||||||
{{/tr}}
|
{{/tr}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue