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

Commit 63d9a2bd authored by Elv1zz's avatar Elv1zz Committed by Tobias Kaminsky (Rebase PR Action)
Browse files

Fixing format string



Fixing broken format string where `%` and `$` were mixed up.

Signed-off-by: default avatarElv1zz <elv1zz.git@gmail.com>
parent 24ef5b07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@
    <string name="message_install_client_cert">Do you want to install a TLS client certificate?</string>
    <string name="notification_channel_name">NextCloud connection</string>
    <string name="notification_title_select_client_cert">Select client certificate</string>
    <string name="notification_message_select_client_cert">Select client certificate for $1%s:$2%d</string>
    <string name="notification_message_select_client_cert">Select client certificate for %1$s:%2$d</string>
</resources>
 No newline at end of file