fix a typo

This commit is contained in:
Antelle 2015-10-25 23:52:39 +03:00
parent 27e5f0cd90
commit 3cb2ae8664
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ var OpenFileView = Backbone.View.extend({
this.render();
Alerts.error({
header: 'Nothing found',
body: 'You have no files in your Dropbox which could opened. Files are searched in your Dropbox app folder: Apps/KeeWeb'
body: 'You have no files in your Dropbox which could be opened. Files are searched in your Dropbox app folder: Apps/KeeWeb'
});
return;
}