diff --git a/source/collaborate/channel-header-purpose.rst b/source/collaborate/channel-header-purpose.rst index 7215a2ce313..876a08851ea 100644 --- a/source/collaborate/channel-header-purpose.rst +++ b/source/collaborate/channel-header-purpose.rst @@ -41,9 +41,34 @@ A channel purpose can be up to 250 characters in length, and is often used to he .. tab:: Mobile 1. Tap the channel you want to edit. - 2. Long-press on the channel purpose. - 3. Tap **Copy purpose text**. - 4. Tap the purpose field to paste the copied text. + + .. image:: ../images/mobile-select-a-channel.jpg + :alt: Select a channel that you want to edit. + :scale: 30 + + 2. Tap the **More** |more-icon-vertical| icon located in the top right corner of the app. + + .. image:: ../images/mobile-select-more-options-for-a-channel.jpg + :alt: Tap on More options to access available options for the channel. + :scale: 30 + + 3. Tap **View info**. + + .. image:: ../images/mobile-select-view-info-for-a-channel.jpg + :alt: Tap on View info to see the basic channel info. + :scale: 30 + + 4. Tap **Edit Channel**. + + .. image:: ../images/mobile-edit-channel.jpg + :alt: Click on Edit channel to update the purpose of the channel. + :scale: 25 + + 5. Type the new purpose of the channel and tap on **Save** to update the purpose. + + .. image:: ../images/mobile-update-channel-purpose.jpg + :alt: Click on Edit channel to rename the channel. + :scale: 30 Channel header -------------- @@ -63,6 +88,31 @@ A channel header can be up to 1024 characters in length, include Markdown format .. tab:: Mobile 1. Tap the channel you want to edit. - 2. Long-press on the channel header. - 3. Tap **Copy header text**. - 4. Tap the header field to paste the copied text. \ No newline at end of file + + .. image:: ../images/mobile-select-a-channel.jpg + :alt: Select a channel that you want to edit. + :scale: 30 + + 2. Tap the **More** |more-icon-vertical| icon located in the top right corner of the app. + + .. image:: ../images/mobile-select-more-options-for-a-channel.jpg + :alt: Tap on More options to access available options for the channel. + :scale: 30 + + 3. Tap **View info**. + + .. image:: ../images/mobile-select-view-info-for-a-channel.jpg + :alt: Tap on View info to see the basic channel info. + :scale: 30 + + 4. Tap **Edit Channel**. + + .. image:: ../images/mobile-edit-channel.jpg + :alt: Click on Edit channel to to update the header of the channel. + :scale: 25 + + 5. Type the new header of the channel and tap on **Save** to update the header. + + .. image:: ../images/mobile-update-channel-header.jpg + :alt: Click on Edit channel to rename the channel. + :scale: 30 \ No newline at end of file diff --git a/source/images/mobile-update-channel-header.jpg b/source/images/mobile-update-channel-header.jpg new file mode 100644 index 00000000000..2b663c89a06 Binary files /dev/null and b/source/images/mobile-update-channel-header.jpg differ diff --git a/source/images/mobile-update-channel-purpose.jpg b/source/images/mobile-update-channel-purpose.jpg new file mode 100644 index 00000000000..4d3516555e3 Binary files /dev/null and b/source/images/mobile-update-channel-purpose.jpg differ