mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
update mail description
This commit is contained in:
@ -581,7 +581,7 @@ export default {
|
|||||||
from_name: 'From Mail Name',
|
from_name: 'From Mail Name',
|
||||||
from_mail: 'From Mail Address',
|
from_mail: 'From Mail Address',
|
||||||
encryption: 'Mail Encryption',
|
encryption: 'Mail Encryption',
|
||||||
mail_config_desc: 'Below details will be used to update the mail environment. Also you can change the details anytime after logging in.'
|
mail_config_desc: 'Below is the form for Configuring Email driver for sending emails from the app. You can also configure third party providers like Sendgrid, SES etc.'
|
||||||
},
|
},
|
||||||
pdf: {
|
pdf: {
|
||||||
title: 'PDF Setting',
|
title: 'PDF Setting',
|
||||||
@ -757,7 +757,7 @@ export default {
|
|||||||
from_name: 'From Mail Name',
|
from_name: 'From Mail Name',
|
||||||
from_mail: 'From Mail Address',
|
from_mail: 'From Mail Address',
|
||||||
encryption: 'Mail Encryption',
|
encryption: 'Mail Encryption',
|
||||||
mail_config_desc: 'Below details will be used to update the mail environment. Also you can change the details anytime after logging in.'
|
mail_config_desc: 'Below is the form for Configuring Email driver for sending emails from the app. You can also configure third party providers like Sendgrid, SES etc.'
|
||||||
},
|
},
|
||||||
req: {
|
req: {
|
||||||
system_req: 'System Requirements',
|
system_req: 'System Requirements',
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import MultiSelect from 'vue-multiselect'
|
import MultiSelect from 'vue-multiselect'
|
||||||
import { validationMixin } from 'vuelidate'
|
import { validationMixin } from 'vuelidate'
|
||||||
|
|||||||
Reference in New Issue
Block a user