mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 19:38:42 -05:00
Update archive string with noun suffix (#6351)
This commit is contained in:
@@ -3107,7 +3107,7 @@ data class VaultItemListingState(
|
||||
* An archive item listing.
|
||||
*/
|
||||
data object Archive : Vault() {
|
||||
override val titleText: Text get() = BitwardenString.archive.asText()
|
||||
override val titleText: Text get() = BitwardenString.archive_noun.asText()
|
||||
override val hasFab: Boolean get() = false
|
||||
}
|
||||
|
||||
|
||||
@@ -1174,5 +1174,5 @@ Do you want to switch to this account?</string>
|
||||
<string name="migrating_items_to_x">Migrating items to %s</string>
|
||||
<string name="failed_to_migrate_items_to_x">Failed to migrate items to %s</string>
|
||||
<string name="search_archive">Search archive</string>
|
||||
<string name="archive">Archive</string>
|
||||
<string name="archive_noun">Archive</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user