Title: fergra's Replies | WordPress.org

---

# fergra

  [  ](https://wordpress.org/support/users/fergra/)

 *   [Profile](https://wordpress.org/support/users/fergra/)
 *   [Topics Started](https://wordpress.org/support/users/fergra/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fergra/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fergra/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fergra/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fergra/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fergra/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] INSTALL ERROR! Unable to update file permissions and write to wp-config.php.](https://wordpress.org/support/topic/install-error-unable-to-update-file-permissions-and-write-to-wp-configphp/)
 *  [fergra](https://wordpress.org/support/users/fergra/)
 * (@fergra)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/install-error-unable-to-update-file-permissions-and-write-to-wp-configphp/#post-7218059)
 * Hi Cory,
    I have updated manually duplicator to version 1.1.7 and I have made
   a new package and it fixes this issue for me. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ProjectManager] Can i rename menus in dashboard](https://wordpress.org/support/topic/can-i-rename-menus-in-dashboard/)
 *  [fergra](https://wordpress.org/support/users/fergra/)
 * (@fergra)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/can-i-rename-menus-in-dashboard/#post-6563217)
 * You can add this code in your theme functions.php file
 *     ```
       add_filter( 'gettext', 'change_projects_label', 10, 2 );
       function change_projects_label( $translation, $text ) {
       if ( $text == 'Projects' )
           return __('your_title_label','your_theme');
       return $translation;
       }
       ```
   
 * Replace ‘your_title_label’ and ‘your_theme’ and add the translation to your .
   po language file with apps like poedit

Viewing 2 replies - 1 through 2 (of 2 total)