Explorar el Código

translate typo

tags/v0.1.0
Robin Thoni hace 9 años
padre
commit
49463b1a77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      sdk/Business/apputils.business.js

+ 1
- 1
sdk/Business/apputils.business.js Ver fichero

23
 
23
 
24
             AppUtilsBusiness.setTitle = function(title)
24
             AppUtilsBusiness.setTitle = function(title)
25
             {
25
             {
26
-                $rootScope.title = title + ' - ' + AppUtilsBusiness.tr('app.name');
26
+                $rootScope.title = title + ' - ' + AppUtilsBusiness.tr('common.appName');
27
             };
27
             };
28
 
28
 
29
             AppUtilsBusiness.setToolbarTitle = function(title)
29
             AppUtilsBusiness.setToolbarTitle = function(title)

Loading…
Cancelar
Guardar