stream settings: Improve label for stream edit modal.

"Change stream info" was very ambigious about what types of
information can be changed in the modal in question.
This commit is contained in:
Tim Abbott
2023-05-01 16:33:13 -07:00
parent 2dd1ff7bfd
commit 0b7dd46530

View File

@@ -43,7 +43,7 @@
</div>
<div class="stream_change_property_info alert-notification"></div>
<div class="button-group" {{#unless can_change_name_description}}style="display:none"{{/unless}}>
<button id="open_stream_info_modal" class="button rounded small btn-warning tippy-zulip-delayed-tooltip" data-tippy-content="{{t 'Change stream info' }}">
<button id="open_stream_info_modal" class="button rounded small btn-warning tippy-zulip-delayed-tooltip" data-tippy-content="{{t 'Edit stream name and description' }}">
<i class="fa fa-pencil" aria-hidden="true"></i>
</button>
</div>