fix(lint): message count is an Int hence use 'd' not 's' as formatting character

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-02-16 14:17:31 +01:00
parent 33fd163ee6
commit 8fae612ed7
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -442,7 +442,7 @@ How to translate with transifex:
<string name="nc_add_attachment">Add attachment</string> <string name="nc_add_attachment">Add attachment</string>
<string name="emoji_category_recent">Recent</string> <string name="emoji_category_recent">Recent</string>
<string name="emoji_backspace">Backspace</string> <string name="emoji_backspace">Backspace</string>
<string name="see_similar_system_messages">See %1$s similar messages</string> <string name="see_similar_system_messages">See %1$d similar messages</string>
<!-- Conversation info guest access --> <!-- Conversation info guest access -->
<string name="nc_guest_access">Guest access</string> <string name="nc_guest_access">Guest access</string>