Skip to content

Commit 621a2a3

Browse files
authored
fix: add missing strings
- Added missing strings in update-initramfs and rollback subcommands. - Fixed first-word capitalization of some flag strings (since we use lowercase in other flag strings). Signed-off-by: K.B.Dharun Krishna <[email protected]>
1 parent eb0b3d2 commit 621a2a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

locales/en.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ rollback:
3434
rollbackSuccess: "Rollback completed successfully."
3535
canRollback: "It is possible to rollback to the previous root."
3636
cannotRollback: "It is not possible to rollback to the previous root."
37+
checkOnlyFlag: "check if rollback to previous root is possible"
3738

3839
pkg:
3940
use: "pkg"
@@ -56,8 +57,8 @@ status:
5657
use: "status"
5758
long: "Display the current ABRoot status."
5859
short: "Display status"
59-
jsonFlag: "Show output in JSON format"
60-
dumpFlag: "Dump the ABRoot status to an archive"
60+
jsonFlag: "show output in JSON format"
61+
dumpFlag: "dump the ABRoot status to an archive"
6162
rootRequired: "You must be root to run this command."
6263
infoMsg: |
6364
ABRoot Partitions:
@@ -114,3 +115,4 @@ updateInitramfs:
114115
rootRequired: "You must be root to run this command."
115116
updateSuccess: "Updated initramfs of future root."
116117
updateFailed: "Failed to update initramfs of future root.\n"
118+
dryRunFlag: "perform a dry run of the operation"

0 commit comments

Comments
 (0)