File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
java/me/kavishdevar/librepods/screens Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ fun UpdateHearingTestScreen(@Suppress("unused") navController: NavController) {
9494 val aacpManager = remember { ServiceManager .getService()?.aacpManager }
9595 val backdrop = rememberLayerBackdrop()
9696 StyledScaffold (
97- title = stringResource(R .string.adjustments )
97+ title = stringResource(R .string.hearing_test )
9898 ) { spacerHeight, hazeState ->
9999 Column (
100100 modifier = Modifier
Original file line number Diff line number Diff line change 1- <resources
2- xmlns : tools =" http://schemas.android.com/tools"
3- tools : ignore =" MissingTranslation" >
1+ <resources xmlns : tools =" http://schemas.android.com/tools" tools : ignore =" MissingTranslation" >
42 <string name =" app_name" translatable =" false" >LibrePods</string >
53 <string name =" app_description" >Liberate your AirPods from Apple\'s ecosystem.</string >
64 <string name =" app_widget_description" >See your AirPods battery status right from your home screen!</string >
185183 <string name =" app_listener_service_label" >Camera listener</string >
186184 <string name =" app_listener_service_description" >Listener service for LibrePods to detect when the camera is active to activate camera control on AirPods.</string >
187185 <string name =" open_source_licenses" >Open Source Licenses</string >
186+ <string name =" hearing_test" >Update Hearing Test</string >
188187 <string name =" update_hearing_test" >Update Hearing Test Result</string >
189188 <string name =" att_manager_is_null_try_reconnecting" >ATT Manager is null, Try reconnecting.</string >
190189 <string name =" permissions_required" >The following permissions are required to use the app. Please grant them to continue.</string >
You can’t perform that action at this time.
0 commit comments