summaryrefslogtreecommitdiffstats
path: root/templates/part.addnew.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.addnew.php')
-rw-r--r--templates/part.addnew.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.addnew.php b/templates/part.addnew.php
index 6bc4f072d..82127ff21 100644
--- a/templates/part.addnew.php
+++ b/templates/part.addnew.php
@@ -13,7 +13,7 @@
<p class="error">
<span ng-show="feedEmptyError"><?php p($l->t('Address must not be empty!')); ?></span>
<span ng-show="feedExistsError"><?php p($l->t('Feed exists already!')); ?></span>
- <span ng-show="feedError"><?php p($l->t('Could not add feed! Check if feed contains valid RSS!')); ?></span>
+ <span ng-show="feedError"><?php p($l->t('Could not add feed! Check if feed contains valid RSS!')); ?></span>
<span ng-show="folderExistsError"><?php p($l->t('Folder exists already')); ?></span>
</p>
<form>
@@ -26,7 +26,7 @@
ng-disabled="adding"
ng-click="addFeed(feedUrl, folderId)"><?php p($l->t('Add')); ?></button>
<select name="folder"
- data-create="<?php p($l->t('New folder')); ?>"
+ data-create="<?php p($l->t('New folder')); ?>"
title="<?php p($l->t('Folder')); ?>"
ng-model="folderId"
ng-disabled="adding"