diff --git a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/defaultFeedbackText.st b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/defaultFeedbackText.st
index 51bc921..65ef01b 100644
--- a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/defaultFeedbackText.st
+++ b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/defaultFeedbackText.st
@@ -2,5 +2,5 @@ feedback
defaultFeedbackText
| latestTimeStamp |
- latestTimeStamp := (self package methods collect: [:method | TimeStamp fromMethodTimeStamp: method timeStamp]) max.
+ latestTimeStamp := (self packageInfo methods collect: [:method | TimeStamp fromMethodTimeStamp: method timeStamp]) max.
^ '
Reported from {1}, for version of {2} last updated at {3}.' asTextFromHtml format: {SystemVersion current. self appName. latestTimeStamp}
\ No newline at end of file
diff --git a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/resources.st b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/resources.st
index 130002d..458c076 100644
--- a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/resources.st
+++ b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/class/resources.st
@@ -3,7 +3,7 @@ resources
| resources |
resources := Dictionary new.
- self package methods do: [:method |
+ self packageInfo methods do: [:method |
method compiledMethod pragmas do: [:pragma |
(pragma keyword findFeatures at: 1 ifAbsent: []) = #resource ifTrue: [ | key |
key := Message selector: pragma keyword arguments: pragma arguments.
diff --git a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json
index bda14bf..7471126 100644
--- a/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json
+++ b/packages/SqueakInboxTalk.package/TalkInboxBrowser.class/methodProperties.json
@@ -4,7 +4,7 @@
"appVersionLabel" : "ct 7/9/2021 02:36",
"authorMailAddress" : "ct 5/26/2021 23:54",
"cleanUp:" : "ct 7/20/2021 21:17",
- "defaultFeedbackText" : "ct 7/14/2021 18:32",
+ "defaultFeedbackText" : "ct 7/24/2021 04:18",
"defaultInbox" : "ct 5/26/2021 23:41",
"defaultWindowColor" : "ct 5/8/2021 20:13",
"githubNewIssueUrl" : "ct 5/26/2021 23:52",
@@ -25,7 +25,7 @@
"openUrl:" : "ct 7/24/2021 02:27",
"registerInWorldMenu" : "ct 5/18/2021 16:29",
"repositoryUrl" : "ct 7/14/2021 15:43",
- "resources" : "ct 7/20/2021 21:33",
+ "resources" : "ct 7/24/2021 04:18",
"selfUpdate" : "ct 5/26/2021 22:03",
"selfUpdateBranch" : "ct 5/26/2021 20:58",
"selfUpdateFromMetacello" : "ct 5/26/2021 21:53",