Merge pull request #107 from openclassify/sametadvsdil

advertisement rules were added in english and turkish.
This commit is contained in:
Fatih Alp 2019-10-16 12:17:22 +03:00 committed by GitHub
commit bf2a56b401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,6 @@ return [
'please_buy_package' => 'Please buy package',
'please_payment' => 'Please Pay',
'bank_account_info' => 'Bank account information',
'agreement' =>'By clicking Post, you agree to our Terms of Use and Privacy Policy acknowledge that you are the rightful owner of this item.'
];

View File

@ -5,4 +5,6 @@ return [
"please_buy_package" => "Lütfen paket satın al",
'please_payment' => 'Lütfen Ödeme Yapınız',
'bank_account_info' => 'Banka Hesap Bilgilerimiz',
'agreement' =>'Yayınla\'yı tıkladığınızda, Kullanım Koşulları ve Gizlilik Politikasını kabul etmiş olursunuz, bu öğenin hak sahibi olduğunuzu kabul edersiniz.'
];

View File

@ -158,7 +158,7 @@
<label for="send">
<input type="checkbox" name="send" id="send" required>
{{ blocks('advs-default-theme-post-adv-bottom') }}
{{ trans('visiosoft.module.advs::message.agreement') }}
</label><br>
{{ form.actions|raw }}
</div><!-- section -->