Commit ec65a47
Fix for replacePlaceholders with ending dot
I noticed that placeholders at the end of a sentence are not matching.
':causer.name has updated :properties.updatedFields.'
Removing the last dot works, but is not always nice.
I would suggest changing the regex a little.1 parent 42970e1 commit ec65a47
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments