Skip to content

Commit 77b631b

Browse files
PM-18292 - Swap "Notes" title with "Additional Options" (#4749)
1 parent c59a28a commit 77b631b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/item/VaultItemCardContent.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,15 @@ fun VaultItemCardContent(
189189
item {
190190
Spacer(modifier = Modifier.height(height = 16.dp))
191191
BitwardenListHeaderText(
192-
label = stringResource(id = R.string.notes),
192+
label = stringResource(id = R.string.additional_options),
193193
modifier = Modifier
194194
.fillMaxWidth()
195195
.standardHorizontalMargin()
196196
.padding(horizontal = 16.dp),
197197
)
198198
Spacer(modifier = Modifier.height(8.dp))
199199
BitwardenTextField(
200-
label = stringResource(id = R.string.additional_options),
200+
label = stringResource(id = R.string.notes),
201201
value = notes,
202202
onValueChange = { },
203203
readOnly = true,

0 commit comments

Comments
 (0)