mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-09 20:25:43 +03:00
Fix plugin i18n strings
This commit is contained in:
parent
52fd2b08dc
commit
7e8c847471
13 changed files with 86 additions and 86 deletions
|
@ -19,7 +19,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
|
|||
type="submit"
|
||||
id="5ftf-pledge-submit"
|
||||
name="action"
|
||||
value="<?php esc_attr_e( 'Update Pledge', 'wporg' ); ?>"
|
||||
value="<?php esc_attr_e( 'Update Pledge', 'wporg-5ftf' ); ?>"
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue