File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ class OverlayController(
672672 val settingsButton = iconButton(
673673 tokens = tokens,
674674 drawableRes = R .drawable.ic_settings_gear,
675- contentDescription = " AgentLink settings" ,
675+ contentDescription = " Lynk settings" ,
676676 viewId = R .id.openclaw_header_settings_button,
677677 compact = true
678678 ) {
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ object SettingsHubScreen {
3939 SettingsComponents .dp(activity, metrics.horizontalPaddingDp),
4040 SettingsComponents .dp(activity, metrics.verticalPaddingDp)
4141 )
42- exposeToAccessibility(viewId = R .id.openclaw_root, description = " AgentLink settings" )
42+ exposeToAccessibility(viewId = R .id.openclaw_root, description = " Lynk settings" )
4343 }
4444
4545 root.addView(SettingsComponents .hubHeader(
4646 context = activity,
4747 tokens = tokens,
48- titleText = " AgentLink " ,
48+ titleText = " Lynk " ,
4949 subtitleText = " The best interface for your agents." ,
5050 avatarRes = R .drawable.ic_openagent_settings_logo,
5151 avatarSizeDp = metrics.headerAvatarSizeDp
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <string name =" app_name" >AgentLink </string >
4- <string name =" accessibility_service_description" >Allows AgentLink to observe the screen and perform requested phone actions.</string >
3+ <string name =" app_name" >Lynk </string >
4+ <string name =" accessibility_service_description" >Allows Lynk to observe the screen and perform requested phone actions.</string >
55</resources >
You can’t perform that action at this time.
0 commit comments