| @@ -4,6 +4,6 @@ | ||
| 4 | 4 | * @param string $value Contains input value; |
| 5 | 5 | * @param string $context Context where the function is used. Depending on it some actions are preformed.; |
| 6 | 6 | * @return string $element input element html string. */ |
| 7 | 7 | |
| 8 | -$element .= sprintf( __( 'You can add the information for the %s after you add a entry' ), $details['title'] ); | |
| 8 | +$element .= sprintf( __( 'You can add the information for the %s after you add an entry', 'profile-builder' ), $details['title'] ); | |
| 9 | 9 | ?> |