diff --git a/app/src/main/res/layout/channel_fragment.xml b/app/src/main/res/layout/channel_fragment.xml
index 77b252e7d..e66cf44ba 100644
--- a/app/src/main/res/layout/channel_fragment.xml
+++ b/app/src/main/res/layout/channel_fragment.xml
@@ -108,7 +108,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
- android:text="Scan"
+ android:text="@string/scan"
app:layout_constraintBottom_toBottomOf="@id/bottomButtonsGuideline"
app:layout_constraintStart_toEndOf="@id/editableCheckbox" />
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d23dca3ec..99b4a2adc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -99,6 +99,7 @@
Export rangetest.csv
Set channel options
Reset
+ Scan
Are you sure you want to change to the default channel?
Reset to defaults
Apply