diff --git a/app/source/languages/en-us.php b/app/source/languages/en-us.php index 2a2f5c8..328df11 100644 --- a/app/source/languages/en-us.php +++ b/app/source/languages/en-us.php @@ -149,6 +149,7 @@ 'no_posts' => 'No posts', 'no_plugins' => "No plugins", 'no_tags' => 'No tags', + 'no_updates' => 'No updates', 'no_uploads' => 'No uploads', 'no_users' => 'No users', 'none' => 'None', @@ -241,6 +242,7 @@ 'underline' => 'Underline', 'undo' => 'Undo', 'update' => 'Update Leafpub', + 'updates' => 'Updates', 'upload_failed' => 'Upload failed', 'upload' => 'Upload', 'uploads' => 'Uploads', @@ -324,5 +326,5 @@ 'language_code' => 'en-us', 'language_name' => 'English (US)', - 'language_version' => '1.0.0' + 'language_version' => '1.2.0' ]; \ No newline at end of file