Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cf4e36c authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

fix: update notification title & content text

parent 24506960
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class BootCompletedReceiver: BroadcastReceiver() {

    private fun notifySwitchToOpenId(account: Account, context: Context) {
        val notifTag = "Switch to openID"
        val notifTitle = context.getString(R.string.notification_account_title)
        val notifTitle = context.getString(R.string.notification_account_title, account.name)
        val notifText = context.getString(R.string.notification_switch_to_openId_text)
        val notifIntent = generateLogoutIntent(account.name, context)

+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
    <string name="notification_channel_sync_io_errors">Network and I/O errors</string>
    <string name="notification_channel_sync_io_errors_desc">Timeouts, connection problems, etc. (often temporary)</string>
    <string name="notification_account_title">Your account %1$s</string>
    <string name="notification_switch_to_openId_text">A new login service for a better experience is available. Tap the notification to start using it: you\'ll be logged out and will simply have to log in again.</string>
    <string name="notification_switch_to_openId_text">A new login service for a better experience is available. Tap the notification to start using it.</string>

    <!-- IntroActivity -->
    <string name="intro_slogan1">Your data. Your choice.</string>