Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<string name="about_footer">Code on the Go %1$s for %2$s</string>
<string name="about_subtitle">No computer? No Internet? No problem. Code apps anywhere.</string>
<string name="msg_get_package_failed">Failed to extract package name.</string>
<string name="msg_need_help">If you\'re facing issues while using Code on the Go or with building Android apps, you can join the Telegram Group and ask for help there.\n\nYou can also send suggestions on our email.</string>
<string name="msg_need_help">If you\'re facing issues while using Code on the Go or with building Android apps, you can join our Discussions forum and ask for help there.\n\nYou can also send suggestions on our email.</string>
<string name="download_codeonthego_message">Download Code on the Go from the official website to get the latest features and updates.</string>
<string name="download_codeonthego_url">https://appdevforall.org/codeonthego</string>
<string name="msg_invalid_url">Invalid URL provided.</string>
<string name="msg_no_browser_found">No browser found to handle the request.</string>
<string name="need_help">Need Help?</string>
<string name="ide_preferences">IDE preferences</string>
<string name="discussions_on_telegram">Discussions on Telegram</string>
<string name="discussions_on_telegram">Support and discussions forum</string>
<string name="official_tg_channel">Official Telegram channel</string>
<string name="msg_empty_view">No data</string>
<string name="title_terminal">Terminal</string>
Expand Down Expand Up @@ -1152,7 +1152,7 @@
<string name="title_alert">Send feedback</string>

<!-- Strings from BaseApplication.java -->
<string name="telegram_group_url">https://t.me/CodeOnTheGoDiscussions</string>
<string name="telegram_group_url">https://github.com/appdevforall/CodeOnTheGo/discussions</string>
<string name="telegram_channel_url">https://t.me/CodeOnTheGoOfficial</string>
<string name="sponsor_url">https://m.androidide.com/donate</string>
<string name="support_our_work">Support our work</string>
Expand Down
Loading