1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3515 Primitives | Wording update (#2221)

This commit is contained in:
Konstantin Ivanov 2025-04-02 09:25:22 +02:00 committed by GitHub
parent 03f7ff4a2c
commit 7c35f039cd
Signed by: github
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 71 deletions

View file

@ -102,7 +102,7 @@ fun FieldsItem(
) {
BaseButton(
modifier = modifier,
title = stringResource(id = R.string.fields),
title = stringResource(id = R.string.properties),
icon = R.drawable.ic_fields_24,
)
}