1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-06 13:17:59 +02:00

Device connection: removed duplicate strings entry

This commit is contained in:
Daniel Dakhno 2024-02-26 00:19:29 +01:00
parent b1b5eada68
commit 07744331ac
2 changed files with 1 additions and 2 deletions

View File

@ -181,7 +181,7 @@ public class BLEScanService extends Service {
return new NotificationCompat
.Builder(this, GB.NOTIFICATION_CHANNEL_ID_SCAN_SERVICE)
.setContentTitle(getString(R.string.scan_service_title))
.setContentTitle(getString(R.string.notification_channel_scan_service_name))
.setContentText(content)
.setSmallIcon(icon)
.build();

View File

@ -2694,6 +2694,5 @@
<string name="scan_scanning_all_devices">Scanning all devices</string>
<string name="scan_scanning_single_device">Scanning 1 device</string>
<string name="scan_scanning_multiple_devices">Scanning %d devices</string>
<string name="scan_service_title">Scan service</string>
<string name="notification_channel_scan_service_name">Scan service</string>
</resources>