Skip to content

Commit b2b20d7

Browse files
committed
Se actualizo la descripcion
1 parent b60e99f commit b2b20d7

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smoke",
33
"version": "2.1.3",
4-
"description": "Smoke es el Plugin Jquery mas completo y ligero diseñado para usarse en Bootstrap 3",
4+
"description": "Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3",
55
"license": "GPLv3",
66
"authors": [
77
"Alfredo Barron <[email protected]>"

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Smoke</title>
8-
<meta name="description" content="Smoke es el Jquery Plugin mas completo y ligero diseñado para usarse en Bootstrap 3" />
8+
<meta name="description" content="Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3" />
99
<meta name="keywords" content="HTML, CSS, JS, JavaScript, JQuery, plugin, bootstrap, smokejs, smoke, front-end, frontend, web development, valida, validar, validacion, validate, formulario, formularios, form, mensajes, alertas, alerta, alert, alerts, notificacion, notificaciones, confirmacion, confirm, progressbar, barra de progreso, panel, paneles, pantalla completa, fullscreen, helpers, alfredobarron, alfredo barron, alfredo, barron" />
1010
<meta name="robots" content="index,follow,archive">
1111
<meta name="author" content="Alfredo Barron" />

docs/js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function run($rootScope){
7676
MainCtrl.$inject = ['$scope', '$translate', '$sanitize'];
7777
function MainCtrl($scope, $translate, $sanitize){
7878

79-
$scope.version = 'v2.1.2';
79+
$scope.version = 'v2.1.3';
8080
$scope.lang = 'English';
8181

8282
$scope.changeLanguage = function (langKey) {

docs/locales/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232
"DOWNLOAD-DESC": "Download Smoke and add it to your proyect, It's simple and quick of use.",
3333

34+
"INSTALL": "Install with",
35+
3436
"WHATS-INCLUDED": "Whats included",
3537
"WHATS-INCLUDED-DESC": "Once downloaded, unzip the .zip file to see the structure of Smoke. You will see something like this:",
3638

@@ -123,7 +125,7 @@
123125
"NOTIFICATIONS-DESC": "Create funcional and coloful Alert or confirmations messages and its use is as simple as the natives of javascript.",
124126

125127
"ALERTS": "Alerts",
126-
"ALERTS-DESC": "It provides alert messages for the typical user actions when invoking an event."
128+
"ALERTS-DESC": "It provides alert messages for the typical user actions when invoking an event.",
127129
"ALERTS-TB": {
128130
"DESC": "Customize alerts, changing the message, color, duration or if the alert will be permanent.",
129131
"DESCS": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smoke",
33
"version": "2.1.3",
4-
"description": "Smoke es el Plugin Jquery mas completo y ligero diseñado para usarse en Bootstrap 3",
4+
"description": "Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3",
55
"license": "GPLv3",
66
"author": "Alfredo Barron",
77
"homepage": "https://github.com/alfredobarron/smoke",

0 commit comments

Comments
 (0)