Plugin Directory

Changeset 3108805


Ignore:
Timestamp:
06/27/2024 02:54:58 PM (22 months ago)
Author:
teachableintegrations
Message:

Fixed typos in error messages

Location:
teachable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • teachable/trunk/readme.txt

    r3107696 r3108805  
    66Requires at least: 6.0
    77Tested up to: 6.5.2
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99Requires PHP: 7.4
    1010License: GPLv3
     
    8787== Changelog ==
    8888
     89= 1.0.3 =
     90Fixed typos in error messages.
     91
    8992= 1.0.2 =
    9093Fixed styling issues related to incorrect color displays.
  • teachable/trunk/teachable.php

    r3107696 r3108805  
    88 * Plugin URI:         https://wordpress.org/plugins/teachable/
    99 * Description:        Effortlessly connect your Teachable products to WordPress with the official Teachable Buy Button Plugin.
    10  * Version:            1.0.2
     10 * Version:            1.0.3
    1111 * Author:             Teachable
    1212 * Author URI:         https://teachable.com
     
    425425                            'transient_teachable_general_settings_wp_key',
    426426                            array(
    427                                 'message' => __( 'We coud get your course data, please react out to Teachable for help.', 'teachable' ),
     427                                'message' => __( 'We could not get your course data, please reach out to Teachable for help.', 'teachable' ),
    428428                                'class'   => 'field-error',
    429429                            ),
     
    478478                            'transient_teachable_general_settings_sync_now',
    479479                            array(
    480                                 'message' => __( 'We coud not get your Teachable data, please reach out to Teachable for help.', 'teachable' ),
     480                                'message' => __( 'We could not get your Teachable data, please reach out to Teachable for help.', 'teachable' ),
    481481                                'class'   => 'field-error',
    482482                            ),
Note: See TracChangeset for help on using the changeset viewer.