Commit 410250c
action_sheet: Prefix channel name with "#" in a confirmation dialog title
See Alya's feedback on zulip#1890:
zulip#1890 (comment)
> In general, our pattern is to always show a privacy marker or (if
> not convenient) a `#` before a channel name. It can be a separate
> PR, but can we add that to these confirmation dialogs?
Doing this in code, rather than in the translators' source string,
because we don't want it to vary by language.1 parent aaff63f commit 410250c
File tree
2 files changed
+2
-2
lines changed- lib/widgets
- test/widgets
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
0 commit comments