Refactoring a string for easier translation

This commit is contained in:
sk
2022-12-15 22:02:48 -03:00
committed by LucasGGamerM
parent 9ed99edd6e
commit 390ecc48fb
3 changed files with 3 additions and 3 deletions

View File

@@ -738,7 +738,7 @@ public class SettingsFragment extends MastodonToolbarFragment{
case BLUE -> R.string.sk_color_theme_blue;
case ORANGE -> R.string.sk_color_theme_brown;
case YELLOW -> R.string.sk_color_theme_yellow;
case MATERIAL3 -> R.string.sk_color_theme_material_you;
case MATERIAL3 -> R.string.sk_color_theme_material3;
});
}
}