Skip to content

Commit

Permalink
[Jobs] replaces "long_label" with "description" in channel.options.lo…
Browse files Browse the repository at this point in the history
…cal.php.dist.

You have to replace the key in your autoload directory, too
  • Loading branch information
cbleek committed May 22, 2015
1 parent f05d1ef commit 7601f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/Jobs/config/channel.options.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$channel['yawik'] = array(
'label' => 'YAWIK',
'headline' => /*@translate*/ 'publish your job on yawik.org for free',
'long_label' => /*@translate*/ 'publish the job for 30 days on %s',
'description' => /*@translate*/ 'publish the job for 30 days on %s',
'linktext' => /*@translate*/ 'yawik.org',
'route' => 'lang/content',
'params' => array(
Expand All @@ -27,7 +27,7 @@ $channel['jobsintown'] = array(
'currency' => '€',
'tax' => 19,
'headline' => /*@translate*/ 'publish your job on Jobsintown. 199,-€',
'long_label' => /*@translate*/ 'publish the job for 30 days on %s',
'description' => /*@translate*/ 'publish the job for 30 days on %s',
'linktext' => /*@translate*/ 'www.jobsintown.de',
'route' => 'lang/content',
'params' => array(
Expand All @@ -38,7 +38,7 @@ $channel['jobsintown'] = array(
$channel['homepage'] = array(
'label' => /*@translate*/ 'Your Homepage',
'headline' => /*@translate*/ 'enable integration of this job on your Homepage',
'long_label' => /*@translate*/ 'enable %s of this job on your Homepage',
'description' => /*@translate*/ 'enable %s of this job on your Homepage',
'linktext' => /*@translate*/ 'integration',
'route' => 'lang/content',
'params' => array(
Expand Down

0 comments on commit 7601f11

Please sign in to comment.