Skip to content

Commit 6795724

Browse files
committed
#346 Images - fix typo in success message
1 parent 441f55f commit 6795724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/js/angular/controllers/ImagesController.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ profileEditor.controller('ImagesController', function ($browser, $scope, profile
258258
future.then(function () {
259259
self.loadImages();
260260

261-
messageService.success("You images has been successfully published to the Atlas of Living Australia image library.");
261+
messageService.success("Your images has been successfully published to the Atlas of Living Australia image library.");
262262
}, function() {
263263
messageService.alert("An error occurred while publishing your image.");
264264
})

0 commit comments

Comments
 (0)