diff --git a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java
index 05245a758..d71203796 100644
--- a/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java
+++ b/app/src/main/java/org/kiwix/kiwixmobile/wifi_hotspot/HotspotService.java
@@ -140,7 +140,8 @@ public class HotspotService extends Service {
Intent stopIntent = new Intent(ACTION_STOP);
PendingIntent stopHotspot =
PendingIntent.getBroadcast(this, 0, stopIntent, PendingIntent.FLAG_UPDATE_CURRENT);
- builder.addAction(R.drawable.ic_close_white_24dp, "STOP", stopHotspot);
+ builder.addAction(R.drawable.ic_close_white_24dp, getString(R.string.stop_hotspot_button),
+ stopHotspot);
}
return (builder.build());
}
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 317d82a8d..7c2ff04f5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -30,6 +30,7 @@
Go to settings
Starting hotspot
Running Hotspot
+ STOP
Hotspot turned on
Following are the details of your local hotspot.
SSID :