Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit b995a5b

Browse files
linuxwolfDave Justice
authored andcommitted
fix locale identifiers (#106)
1 parent 699e358 commit b995a5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/locales/en-US/list.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ item-details-save-existing = Save Changes
116116
item-details-cancel = Cancel
117117
118118
item-details-created = Created: {$date}
119-
item-details-created = Last Modified: {$date}
120-
item-details-created = Last Used: {$date}
119+
item-details-modified = Last Modified: {$date}
120+
item-details-last-used = Last Used: {$date}
121121
122122
list-count = {$count} entries
123123

0 commit comments

Comments
 (0)