Skip to content

Commit

Permalink
CU-3gw9jve - fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiazhun committed Sep 28, 2022
1 parent 1a7926e commit bd1254d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/feeds/profile/profile.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h1>{{'ProfilePage.allempty' | translate }}</h1>
<app-comment
*ngIf="!hideComment"
[postId]="postId"
[destDid]="nodeId "
[destDid]="destDid"
[channelId]="channelId"
[channelAvatar]="channelAvatar"
[channelName]="channelName"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const en = {
RedditAuthFailed: 'Reddit auth Failed',
SubscribeElastosCommunity: 'Please subscribe to the Elastos community on Reddit first',
redditError: 'Reddit request timed out',
twitterError3: 'Unable to resolve the Twitter host, please check the network and try again',
twitterError3: 'Unable to connect to Twitter, Please check the network and try again',
unableUnsubscribe: 'Unable to unsubscribe from your own channel'
},
app: {
Expand Down

0 comments on commit bd1254d

Please sign in to comment.