FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Support
/
Errors
/
Translations
Edit File: attributes.php
<?php /** * Type translations * * @package SureCart */ return [ // 'discount.promotion_code' => __( 'Promotion code', 'surecart' ), 'promotion_code' => __( 'Promotion code', 'surecart' ), 'name' => __( 'Name', 'surecart' ), 'amount_off' => __( 'Amount Off', 'surecart' ), 'percent_off' => __( 'Percent Off', 'surecart' ), 'amount' => __( 'Amount', 'surecart' ), 'ad_hoc' => __( 'Pay what you want', 'surecart' ), 'recurring_interval_count' => __( 'Repeat payment', 'surecart' ), 'product' => __( 'Product', 'surecart' ), 'line_items.price' => __( 'Product', 'surecart' ), ];
Save
Back