Skip to content

Commit 090273d

Browse files
committed
Fix lint error
1 parent b43a8ab commit 090273d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector/src/main/res/values-nl/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,8 +1960,8 @@
19601960
<string name="call_held_by_user">%s heeft de oproep in de wacht gezet</string>
19611961
<string name="return_to_call">Teruggaan naar oproep</string>
19621962
<string name="active_call_with_duration">Actieve Oproep (%s)</string>
1963-
<string name="audio_call_with_participant">Bellen met</string>
1964-
<string name="video_call_with_participant">Videobellen met</string>
1963+
<string name="audio_call_with_participant">Bellen met %s</string>
1964+
<string name="video_call_with_participant">Videobellen met %s</string>
19651965
<plurals name="missed_video_call">
19661966
<item quantity="one">Gemiste video-oproep</item>
19671967
<item quantity="other">%d gemiste video-oproepen</item>

0 commit comments

Comments
 (0)