fix: Copy paste moment, it's Build time not Version

This commit is contained in:
Ahmad Ansori Palembani 2024-12-28 11:08:48 +07:00
parent cab40214d2
commit c6a86d773b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -137,7 +137,7 @@ class AboutScreen(private val showNewUpdateDialog: (String, String, Boolean?) ->
item {
TextPreferenceWidget(
title = stringResource(MR.strings.version),
title = stringResource(MR.strings.build_time),
subtitle = getFormattedBuildTime(dateFormat),
)
}