Skip to content

Commit

Permalink
Fixed grammar + updated name.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Jun 28, 2023
1 parent 97b9f06 commit 785e31d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.bundle

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion definitions/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (!db.config)
var config = db.config;

if (!config.name)
config.name = 'BannerSystem';
config.name = 'Banner System';

if (!config.cdn)
config.cdn = '//cdn.componentator.com';
Expand Down
2 changes: 1 addition & 1 deletion plugins/banners/public/forms/campaign.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br />
<div class="upload-photo-container">
<ui-component name="preview" path="?.photo" config="required:1;=width:?.width;=height:?.height;keeporiginal:1;url:[upload];output:file;map:value.url"></ui-component>
<div class="help center">@(By click on the square you can upload the image) (<ui-bind path="?.size" config="html"></ui-bind>)</div>
<div class="help center">@(By clicking on the square you can upload the image) (<ui-bind path="?.size" config="html"></ui-bind>)</div>
</div>
<br />
</div>
Expand Down

0 comments on commit 785e31d

Please sign in to comment.