ADVERTISEMENT

Duterte tells Filipinos on 128th Independence Day: Choose truth, accountability, and hope

VP Sara warns corruption undermines freedom, urges Filipinos to defend sovereignty, demand good governance

Published Jun 12, 2026 11:26 am  |  Updated Jun 12, 2026 02:17 pm

At A Glance

  • Duterte urged Filipinos to choose truth, accountability, and hope on the 128th Philippine Independence Day.
  • She warned that corruption, abuse of power, and weak governance undermine freedom and sovereignty.
  • The Vice President called on citizens to defend democratic values and demand good governance.
Vice President Sara Duterte delivers her Independence Day message in Davao City, urging Filipinos to choose truth, accountability, and hope while warning that corruption and poor governance threaten the nation's freedom and sovereignty. (Screengrab: OVP)
Vice President Sara Duterte delivers her Independence Day message in Davao City, urging Filipinos to choose truth, accountability, and hope while warning that corruption and poor governance threaten the nation's freedom and sovereignty. (Screengrab: OVP)
Vice President Sara Duterte on Friday, June 12, urged Filipinos to choose truth, accountability, and hope as the nation marked the 128th Philippine Independence Day, warning that corruption, abuse of power, and weak governance threaten the freedoms won through the sacrifices of past generations.
“Piliin natin ang katotohanan. Piliin natin ang pananagutan. At higit sa lahat, piliin natin ang pag-asa (Let us choose truth. Let us choose accountability. And above all, let us choose hope),” she said.
Speaking before supporters in Davao City, Duterte called on Filipinos to stand for truth, accountability, freedom, and sovereignty as the nation commemorated Independence Day.

“On this Independence Day, let us resolutely stand up again for truth, for accountability, for freedom, and for sovereignty,” Duterte said.
Duterte reflected on the sacrifices made by Filipino heroes who fought for the country's freedom and warned that sovereignty can also be threatened by corruption and poor governance.
“Today, we celebrate not merely a date, but the courage of a people who fought for freedom and sovereignty,” Duterte said.
She recalled how President Emilio Aguinaldo proclaimed Philippine independence in Kawit, Cavite, on June 12, 1898, after more than 300 years of colonial rule.
Duterte stressed that freedom was not freely given but earned through the courage and sacrifices of Filipinos who resisted foreign domination and fought to preserve the nation's dignity and self-determination.
“This is our inheritance,” she said, emphasizing that generations of Filipinos chose “the fight over surrender” and “dignity over submission.”
Corruption threatens freedom
While honoring the country's struggle against foreign colonizers, Duterte argued that sovereignty can also be weakened from within when public service is abused for personal gain.
“We fought for our sovereignty against foreign invaders. But sovereignty is not lost only to those who come from foreign shores,” she said.
The Vice President criticized corruption in government, saying that public funds lost through corrupt practices deprive Filipinos of essential services and opportunities.
“Every peso stolen from the people's treasury steals a child's freedom from hunger. It steals a student's freedom from illiteracy or substandard education. It steals a patient's freedom to obtain quality healthcare,” Duterte said.
She added that ghost projects and questionable government contracts deny communities much-needed infrastructure, including classrooms and roads that support economic development.
Duterte noted that corruption is not merely the theft of money.
“It steals opportunity, it steals dignity, and it steals hope. And ultimately, it steals freedom itself,” she added.
Call for accountability and hope
Duterte invoked the sacrifices of national heroes such as José Rizal, Andres Bonifacio, and Antonio Luna, saying they fought to ensure that Filipinos could live with justice, dignity, opportunity, and hope.
She stressed that freedom and sovereignty must be continuously defended and that citizens should not accept poor governance as inevitable.
“Sovereignty survives only when a people refuse to surrender it,” Duterte said.
“Hope survives when citizens refuse to accept bad governance as their destiny,” she added.
On the occasion of Independence Day, Duterte urged Filipinos once again to choose truth, accountability, and hope.
“Hope survives when citizens act together, make their voices heard, and demand what our heroes fought so gallantly for—the right of every Filipino to a dignified human life,” Duterte said.
“Hope survives when our people believe they have a better future,” she added.
She also encouraged Filipinos to remain steadfast against forces that seek to determine the nation's future and to uphold freedom and sovereignty as the country's enduring legacy. 

Related Tags

Sara Duterte Vice President Sara Duterte Philippine Independence Day 2026 Good Governance Philippines Corruption and Accountability
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.