Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
changed home page title to Vanced Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Aug 24, 2021
1 parent c84807d commit 6170da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/vanced/manager/ui/util/Screen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sealed class Screen(

object Home : Screen(
route = "home",
displayName = R.string.toolbar_home,
displayName = R.string.app_name,
content = {
HomeLayout()
}
Expand Down

0 comments on commit 6170da7

Please sign in to comment.