sending strings through translation code.
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
</div>
|
||||
<div id="emptycontent" ng-if="boardservice.sorted.length == 0 && status.filter == 'archived'">
|
||||
<div class="icon-archive"></div>
|
||||
<h2>No archived boards to display</h2>
|
||||
<h2><?php p($l->t('No archived boards to display')); ?></h2>
|
||||
</div>
|
||||
<div id="emptycontent" ng-if="boardservice.sorted.length == 0 && status.filter == 'shared'">
|
||||
<div class="icon-share"></div>
|
||||
<h2>No shared boards to display</h2>
|
||||
<h2> <?php p($l->t('No shared boards to display')); ?> </h2>
|
||||
</div>
|
||||
<div id="boardlist" ng-if="boardservice.sorted.length > 0 || !status.filter">
|
||||
<table width="100%">
|
||||
|
||||
Reference in New Issue
Block a user