最近搜索


没有最近搜索

How to change a navigation title in Help Center



已于 2021年8月12日 发布

Hellow.

I want to change a navigation title in Help Center.

Can do it?

Thank you.


0

5

5 条评论

image avatar

Tipene Hughes

Zendesk Developer Advocacy

Hi Asa,

Can you provide a bit more detail on which area you are wanting to change, or perhaps send a screenshot?

Thanks!

Tipene

1


Hi Tipent,

Thank you for a comment!

I will attach a reference image and URL.

There are images iOS and Android in the document.

iOS navigation title is "Help", but Android is "Support".

I want to set a same name.

- Document URL

iOS: https://developer.zendesk.com/documentation/classic-sdks/support-sdk/ios/help_center/

Android: https://developer.zendesk.com/documentation/classic-sdks/support-sdk/android/help_center/

0


image avatar

Tipene Hughes

Zendesk Developer Advocacy

Thanks for sharing that context, Asa!

Yes, you can absolutely customize the Help Center navigation title. For iOS, you will want to update the Localizable.strings file. If one doesn’t exist, you can create one and then customize the "ios.ZDKHelpCenter.helpCenterOverview.title" value.

Here is a link to the documentation with a bit more detail:

https://developer.zendesk.com/documentation/classic-sdks/support-sdk/ios/localize_text/

For android, you’ll need to update the values.xml file which you can find in your build directory. You’ll need to update the following:

<string name="support_activity_title">Support</string>

Here is a link to the documentation for the android side:

https://developer.zendesk.com/documentation/classic-sdks/support-sdk/android/localize_text/

I hope this helps! Feel free to reach out with any questions.

Tipene

0


Hi Tipent,

Your comment helped me a lot!

I will try the method I was taught.

Thank you.

Asa

0


image avatar

Tipene Hughes

Zendesk Developer Advocacy

Glad I could help!

Have a great day :)

Tipene

0


请先登录再写评论。

找不到所需的内容?

新建帖子