mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-20 01:05:26 +02:00
Fix Date Calculator screen name
This commit is contained in:
parent
5522a190ac
commit
b31bb7da73
@ -36,7 +36,7 @@ sealed class TopLevelDestinations(
|
|||||||
|
|
||||||
object DateDifference : TopLevelDestinations(
|
object DateDifference : TopLevelDestinations(
|
||||||
route = "date_difference_route",
|
route = "date_difference_route",
|
||||||
name = R.string.date_difference
|
name = R.string.date_calculator
|
||||||
)
|
)
|
||||||
|
|
||||||
object TimeZone : TopLevelDestinations(
|
object TimeZone : TopLevelDestinations(
|
||||||
@ -54,6 +54,6 @@ val TOP_LEVEL_DESTINATIONS: Map<TopLevelDestinations, Int> by lazy {
|
|||||||
mapOf(
|
mapOf(
|
||||||
TopLevelDestinations.Calculator to R.string.calculator,
|
TopLevelDestinations.Calculator to R.string.calculator,
|
||||||
TopLevelDestinations.Converter to R.string.unit_converter,
|
TopLevelDestinations.Converter to R.string.unit_converter,
|
||||||
TopLevelDestinations.DateDifference to R.string.date_difference,
|
TopLevelDestinations.DateDifference to R.string.date_calculator,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user