Browser-Phone icon indicating copy to clipboard operation
Browser-Phone copied to clipboard

lang strings: minor fix

Open vieridipaola opened this issue 2 years ago • 0 comments

Hi,

Minor fix:

# grep -i -r "sent dtmf" ./lang/*
./lang/de.json:    "send_dtmf" : "Sent DTMF",
./lang/en.json:    "send_dtmf" : "Sent DTMF",

The en.json string should be changed to "Send DTMF".

The de.json string should be changed to "DTMF senden".

Thanks

vieridipaola avatar May 12 '22 07:05 vieridipaola