mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
style: run php-cs-fixer
This commit is contained in:
@@ -70,4 +70,4 @@ return [
|
||||
To be able to do that you just need to select the item.</p>
|
||||
<p class="mb-4">When adding a Product, you can specify a webpage (this is optional).</p>',
|
||||
|
||||
];
|
||||
];
|
||||
|
||||
@@ -9,4 +9,4 @@ return [
|
||||
'cancel_alert' => 'Cancel Alert',
|
||||
'alert_me' => 'Alert me',
|
||||
'take' => 'Take It'
|
||||
];
|
||||
];
|
||||
|
||||
@@ -37,4 +37,4 @@ return [
|
||||
*/
|
||||
'back' => 'BACK',
|
||||
|
||||
];
|
||||
];
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Strings from the product pages
|
||||
* They are separeted by the file that calls them.
|
||||
* Sometimes, a string is used on another file,
|
||||
* Sometimes, a string is used on another file,
|
||||
* so it will stay at the common segment.
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
'100yearsSolitude' => 'One Hundred Years of Solitude',
|
||||
|
||||
/**
|
||||
* addProductForm.blade.php
|
||||
* addProductForm.blade.php
|
||||
*/
|
||||
'name' => 'Name:',
|
||||
'book' => 'Book',
|
||||
@@ -60,4 +60,4 @@ return [
|
||||
'noItemsYet' => 'There are no items yet. Include one with the form above.',
|
||||
'addItem' => 'Add item',
|
||||
'back' => 'BACK',
|
||||
];
|
||||
];
|
||||
|
||||
@@ -7,4 +7,4 @@ return [
|
||||
'Help' => 'Help',
|
||||
'copyright' => '© 2018 Bruno Fontes All Rights Reserved',
|
||||
'byAuthor' => 'By Bruno Fontes',
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user