Browse Source

fix typo: Changlog -> Changelog (#3442)

Selene29 1 year ago
parent
commit
6021ca5c31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/i18n/en-US/common.ts

+ 1 - 1
web/i18n/en-US/common.ts

@@ -390,7 +390,7 @@ const translation = {
     type: 'Type',
     type: 'Type',
   },
   },
   about: {
   about: {
-    changeLog: 'Changlog',
+    changeLog: 'Changelog',
     updateNow: 'Update now',
     updateNow: 'Update now',
     nowAvailable: 'Dify {{version}} is now available.',
     nowAvailable: 'Dify {{version}} is now available.',
     latestAvailable: 'Dify {{version}} is the latest version available.',
     latestAvailable: 'Dify {{version}} is the latest version available.',