Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1303 from SUSE/fix-i18n-emtpy-no-events
Browse files Browse the repository at this point in the history
Fix i10n for empty/no app events
  • Loading branch information
nwmac committed Oct 16, 2017
2 parents 58df130 + 8a042d3 commit 7164924
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
</td>
</tr>
<tr ng-if="cfeCtrl.totalItemCount === 0">
<td colspan="4">app.app-info.app-tabs.events.empty</td>
<td colspan="4" translate>app.app-info.app-tabs.events.empty</td>
</tr>
<tr ng-if="cfeCtrl.totalItemCount === -1">
<td colspan="4">app.app-info.app-tabs.events.error</td>
<td colspan="4" translate>app.app-info.app-tabs.events.error</td>
</tr>
</tbody>
</table>

0 comments on commit 7164924

Please sign in to comment.