Skip to content

Commit

Permalink
Readme template updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed May 16, 2021
1 parent 1960fb7 commit c8a03b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icm/commands/cmd_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _create_languages_section():
languages_section = ""
languages = _list_languages("locale")
if languages:
languages_section = "## Languages\n"
languages_section = "## Translations\n"
languages_section += languages
return languages_section

Expand Down

0 comments on commit c8a03b5

Please sign in to comment.