Pesquisas recentes


Sem pesquisas recentes

How to change a navigation title in Help Center



Publicado 12 de ago. de 2021

Hellow.

I want to change a navigation title in Help Center.

Can do it?

Thank you.


0

5

5 comentários

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


Por favor, entrar para comentar.

Não encontrou o que estava procurando?

Nova publicação