From 8f8502e89b49b25ff4c3d657929d2678513bd0ef Mon Sep 17 00:00:00 2001 From: cornernote Date: Mon, 10 Aug 2015 10:51:41 +0930 Subject: [PATCH] tweak text --- src/views/mod/_form.php | 4 ++-- src/views/mod/create.php | 2 +- src/views/site/index.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/mod/_form.php b/src/views/mod/_form.php index 758c55d..79d1843 100644 --- a/src/views/mod/_form.php +++ b/src/views/mod/_form.php @@ -12,9 +12,9 @@ use yii\widgets\ActiveForm; - field($model, 'name')->textInput(['maxlength' => true])->hint('The name of the mod package. For example: my_mod') ?> + field($model, 'name')->textInput(['maxlength' => true])->hint('The name of the mod. For example: rainbows') ?> - field($model, 'url')->textInput(['maxlength' => true])->hint('The git endpoint URL. For example: https://github.com/my_username/minetest-my_mod.git') ?> + field($model, 'url')->textInput(['maxlength' => true])->hint('The associated git URL. For example: https://github.com/user/rainbows.git') ?>
isNewRecord ? 'Create' : 'Update', ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?> diff --git a/src/views/mod/create.php b/src/views/mod/create.php index 616f162..12ed3d3 100644 --- a/src/views/mod/create.php +++ b/src/views/mod/create.php @@ -6,7 +6,7 @@ use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\models\Package */ -$this->title = 'Submit Mod'; +$this->title = 'Submit a Mod'; $this->params['breadcrumbs'][] = ['label' => 'Mods', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> diff --git a/src/views/site/index.php b/src/views/site/index.php index 46e316d..c118745 100644 --- a/src/views/site/index.php +++ b/src/views/site/index.php @@ -63,7 +63,7 @@ $ bower search rainbow # for example $ bower register rainbows https://github.com/user/rainbows.git -

Optionally, to add more information about your mod such as description, screenshots, and your own remarks, you can submit a JSON file along with your mod. To do so add a bower.json file to to your mod's git repository. For the format to be used, .

+

Optionally, to add more information about your mod such as description, screenshots, authors and licence, you can submit a JSON file along with your mod. To do so add a bower.json file to to your mod's git repository. For the format to be used, .