Changeset 2492684
- Timestamp:
- 03/10/2021 10:29:02 PM (5 years ago)
- File:
-
- 1 edited
-
consent-manager/tags/1.1.3/views/admin.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
consent-manager/tags/1.1.3/views/admin.php
r2492678 r2492684 16 16 } 17 17 } else { 18 $validationError = 'The ConsentManager.deID did not match, it should be a number like: 12345';18 $validationError = 'The consentmanager.net ID did not match, it should be a number like: 12345'; 19 19 } 20 20 } … … 23 23 <div class="wrap"> 24 24 <h1> 25 Consent Manager25 consentmanager 26 26 </h1> 27 27 … … 29 29 <div> 30 30 <p class="notice notice-error"> 31 <?php _e( "The ID could not be saved. Please check your database and Word press version!"); ?>31 <?php _e( "The ID could not be saved. Please check your database and WordPress version!"); ?> 32 32 </p> 33 33 </div> … … 58 58 </form> 59 59 <p> 60 if you don’t yet have an ID, please get in touch with us at <a target="_blank" href="https://www.consentmanager.net/">www.consentmanager.net</a>60 If you don’t yet have an ID, please get in touch with us at <a target="_blank" href="https://www.consentmanager.net/">www.consentmanager.net</a> 61 61 </p> 62 62 </div>
Note: See TracChangeset
for help on using the changeset viewer.