-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Photo Picker: Update migration connection notification (#96005)
- Loading branch information
Showing
3 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
client/my-sites/marketing/connections/google-photos-migration.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { localize } from 'i18n-calypso'; | ||
import { Fragment } from 'react'; | ||
|
||
const GooglePhotosMigration = ( { translate } ) => ( | ||
<Fragment> | ||
<h3>{ translate( 'Your Google Photos connection is being upgraded!' ) }</h3> | ||
<p> | ||
{ translate( | ||
'We are moving to a new Google Photos Picker service. You will need to disconnect and reconnect to continue accessing your photos.' | ||
) } | ||
</p> | ||
</Fragment> | ||
); | ||
|
||
export default localize( GooglePhotosMigration ); |
15 changes: 0 additions & 15 deletions
15
client/my-sites/marketing/connections/picasa-migration.jsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters