Skip to content

Commit

Permalink
text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Nov 18, 2024
1 parent 84b4967 commit 6762c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/messages/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ crowdin.app.usage.description=Manage apps
crowdin.app.usage.customSynopsis=@|fg(green) crowdin app|@ [SUBCOMMAND] [CONFIG OPTIONS] [OPTIONS]

# CROWDIN APP LIST
crowdin.app.list.usage.description=List apps
crowdin.app.list.usage.description=List installed apps
crowdin.app.list.usage.customSynopsis=@|fg(green) crowdin app list|@ [CONFIG OPTIONS] [OPTIONS]

# CROWDIN APP INSTALL
Expand Down Expand Up @@ -792,8 +792,8 @@ message.label.already_exists=Label '%s' already exists in the project
message.label.deleted=@|green Label '%s' deleted successfully|@

message.application.list=@|yellow %s|@ @|green %s|@
message.application.uninstall=@|green Application %s was uninstalled|@
message.application.install=@|green Application %s was installed|@
message.application.uninstall=@|green Application %s has been uninstalled|@
message.application.install=@|green Application %s has been installed|@

message.delete_obsolete.obsolete_file_delete='%s' file was deleted
message.delete_obsolete.obsolete_directory_delete=No obsolete files were found
Expand Down

0 comments on commit 6762c99

Please sign in to comment.