Skip to content

Commit

Permalink
Fix build (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag authored Jan 31, 2024
1 parent 35bc04b commit 5773ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mastodon/Protocol/Provider/DataSourceFacade+Status.swift
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ extension DataSourceFacade {
if context.isBlocking {
title = L10n.Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.title
message = L10n.Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.message(context.domain)
actionTitle = L10n.Common.Controls.Friendship.unblockDomain(context.domain)
actionTitle = L10n.Common.Controls.Actions.unblockDomain(context.domain)
} else {
title = L10n.Scene.Profile.RelationshipActionAlert.ConfirmBlockDomain.title
message = L10n.Common.Alerts.BlockDomain.title(context.domain)
Expand Down

0 comments on commit 5773ceb

Please sign in to comment.