Skip to content

Commit ad85f6e

Browse files
committed
refactor: removing profile strings of list-streams module
1 parent f34cc03 commit ad85f6e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

feature-list-streams/src/main/res/values/strings.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@
2121
<string name="list_highlight_banner_watch">Assistir</string>
2222
<string name="list_highlight_banner_stream_ranking">Top 1 em %s hoje</string>
2323
<!-- endregion Highlight banner -->
24-
25-
<string name="profile_animation_background_opacity">Fundo da tela escurecendo</string>
26-
<string name="profile_animation_selected_image_size">Imagem de perfil selecionada aumentando de tamanho</string>
27-
<string name="profile_animation_selected_image_position"> "Imagem de perfil selecionada se movendo para o centro"</string>
28-
<string name="profile_animation_showing_all_profiles">Mostrando todos os perfis</string>
29-
<string name="profile_current_profile_name">Imagem de perfil de %s</string>
30-
31-
3224
</resources>

feature-profile/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<resources>
33
<string name="profile_animation_background_opacity">Fundo da tela escurecendo</string>
44
<string name="profile_animation_selected_image_size">Imagem de perfil selecionada aumentando de tamanho</string>
5-
<string name="profile_animation_selected_image_position"> "Imagem de perfil selecionada se movendo para o centro"</string>
5+
<string name="profile_animation_selected_image_position">Imagem de perfil selecionada se movendo para o centro</string>
66
<string name="profile_animation_showing_all_profiles">Mostrando todos os perfis</string>
77
<string name="profile_current_profile_name">Imagem de perfil de %s</string>
88
</resources>

0 commit comments

Comments
 (0)