mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	user status: Fix wording in user popover.
This commit is contained in:
		@@ -90,21 +90,26 @@
 | 
				
			|||||||
    {{#if can_set_away}}
 | 
					    {{#if can_set_away}}
 | 
				
			||||||
    <li>
 | 
					    <li>
 | 
				
			||||||
        <a href="#" class="set_away_status">
 | 
					        <a href="#" class="set_away_status">
 | 
				
			||||||
            <i class="fa fa-circle-thin" aria-hidden="true"></i> {{#tr this}}Set status to away{{/tr}}
 | 
					            <i class="fa fa-circle-thin" aria-hidden="true"></i> {{#tr this}}Set yourself to away{{/tr}}
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </li>
 | 
					    </li>
 | 
				
			||||||
    {{/if}}
 | 
					    {{/if}}
 | 
				
			||||||
    {{#if can_revoke_away}}
 | 
					    {{#if can_revoke_away}}
 | 
				
			||||||
    <li>
 | 
					    <li>
 | 
				
			||||||
        <a href="#" class="revoke_away_status">
 | 
					        <a href="#" class="revoke_away_status">
 | 
				
			||||||
            <i class="fa fa-circle-thin" aria-hidden="true"></i> {{#tr this}}Clear away status{{/tr}}
 | 
					            <i class="fa fa-circle-thin" aria-hidden="true"></i> {{#tr this}}Set yourself to active{{/tr}}
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </li>
 | 
					    </li>
 | 
				
			||||||
    {{/if}}
 | 
					    {{/if}}
 | 
				
			||||||
    {{#if is_me}}
 | 
					    {{#if is_me}}
 | 
				
			||||||
    <li>
 | 
					    <li>
 | 
				
			||||||
        <a href="#" class="update_status_text">
 | 
					        <a href="#" class="update_status_text">
 | 
				
			||||||
            <i class="fa fa-comments" aria-hidden="true"></i> {{#tr this}}Update status{{/tr}}
 | 
					            <i class="fa fa-comments" aria-hidden="true"></i>
 | 
				
			||||||
 | 
					            {{#if status_text}}
 | 
				
			||||||
 | 
					                {{#tr this}}Edit status message{{/tr}}
 | 
				
			||||||
 | 
					            {{else}}
 | 
				
			||||||
 | 
					                {{#tr this}}Set a status message{{/tr}}
 | 
				
			||||||
 | 
					            {{/if}}
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
    </li>
 | 
					    </li>
 | 
				
			||||||
    {{/if}}
 | 
					    {{/if}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user