git ssb

10+

Matt McKegg / patchwork



Commit 4f3d3124582dd4e1192496ba758c6c7b94403ac1

Merge branch 'master' of https://github.com/ssbc/patchwork

Matt McKegg committed on 4/18/2017, 3:30:30 AM
Parent: 8b3bbd7f99abf214ae1abf990dcb7d7f0dea4abe
Parent: 6e2c1de719b0d0a2a40ee7e23e87054149380c72

Files changed

modules/invite/sheet.jschanged
modules/profile/sheet/edit.jschanged
modules/invite/sheet.jsView
@@ -54,9 +54,9 @@
5454 showDialog({
5555 type: 'error',
5656 title: 'Error',
5757 buttons: ['OK'],
58- message: 'An error occured while attempting to redeem invite.',
58 + message: 'An error occurred while attempting to redeem invite.',
5959 detail: err.message
6060 })
6161 } else {
6262 close()
modules/profile/sheet/edit.jsView
@@ -105,9 +105,9 @@
105105 showDialog({
106106 type: 'error',
107107 title: 'Error',
108108 buttons: ['OK'],
109- message: 'An error occured while attempting to publish about message.',
109 + message: 'An error occurred while attempting to publish about message.',
110110 detail: err.message
111111 })
112112 } else {
113113 close()

Built with git-ssb-web