diff --git a/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageAuthorizing.png b/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageAuthorizing.png index 812e4d45c..c52903dc0 100644 Binary files a/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageAuthorizing.png and b/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageAuthorizing.png differ diff --git a/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageDark.png b/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageDark.png index 27762c896..88fc86f51 100644 Binary files a/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageDark.png and b/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageDark.png differ diff --git a/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageLight.png b/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageLight.png index 017fb0330..20bd7b6cf 100644 Binary files a/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageLight.png and b/gravatar-quickeditor/screenshotTests/roborazzi/com.gravatar.quickeditor.ui.oauth.OAuthPageTest.oAuthPageLight.png differ diff --git a/gravatar-ui/screenshotTests/roborazzi/com.gravatar.gravatar.ui.components.ProfileSummaryTest.profileEmptyStateDescription.png b/gravatar-ui/screenshotTests/roborazzi/com.gravatar.gravatar.ui.components.ProfileSummaryTest.profileEmptyStateDescription.png index 75c06c207..2ced9ef97 100644 Binary files a/gravatar-ui/screenshotTests/roborazzi/com.gravatar.gravatar.ui.components.ProfileSummaryTest.profileEmptyStateDescription.png and b/gravatar-ui/screenshotTests/roborazzi/com.gravatar.gravatar.ui.components.ProfileSummaryTest.profileEmptyStateDescription.png differ diff --git a/gravatar-ui/src/main/java/com/gravatar/ui/components/atomic/Location.kt b/gravatar-ui/src/main/java/com/gravatar/ui/components/atomic/Location.kt index febf3fe65..1b7216e63 100644 --- a/gravatar-ui/src/main/java/com/gravatar/ui/components/atomic/Location.kt +++ b/gravatar-ui/src/main/java/com/gravatar/ui/components/atomic/Location.kt @@ -69,7 +69,7 @@ public fun Location( } ComponentState.Empty -> { - content.invoke(stringResource(id = R.string.gravatar_ui_empty_state_user_info), modifier) + content.invoke(stringResource(id = R.string.gravatar_ui_location_empty_state), modifier) } } } diff --git a/gravatar-ui/src/main/res/values/strings.xml b/gravatar-ui/src/main/res/values/strings.xml index 3b30ecefd..600e1bc5d 100644 --- a/gravatar-ui/src/main/res/values/strings.xml +++ b/gravatar-ui/src/main/res/values/strings.xml @@ -5,4 +5,5 @@ Your Name Add your location, pronouns, etc Claim profile + Location