Skip to content

Commit

Permalink
Update strings.xml
Browse files Browse the repository at this point in the history
Refining strings.
  • Loading branch information
uwedisch authored Sep 29, 2024
1 parent d3e98d3 commit 1abc2fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<!-- Sync Preferences -->
<string name="sync_telegram_title">Forward all received SMS from this device to the configured Telegram chat or group</string>
<string name="action_settings">Settings</string>
<string name="telegram_bot_key">Telegram Bot Key under which SMS2Telegram forwards all received SMS</string>
<string name="telegram_chat_id">Telegram Chat ID to which all received SMS should be forwarded</string>
<string name="telegram_bot_key">Telegram bot token to access the Bot API</string>
<string name="telegram_chat_id">Telegram chat ID to forward all received SMS to</string>

<string name="enable_telegram_sync_key">sms2telegram.settings.tg.enabled</string>
<string name="enable_telegram_bot_key_key">sms2telegram.settings.tg.bot.key</string>
<string name="enable_telegram_chat_id_key">sms2telegram.settings.tg.chat.id</string>
<string name="sim0_number">Number or name of the users choice for SIM 1</string>
<string name="sim1_number">Number or name of the users choice for SIM 2</string>
<string name="sim0_number">Nickname for SIM 1</string>
<string name="sim1_number">Nickname for SIM 2</string>
</resources>

0 comments on commit 1abc2fd

Please sign in to comment.